projects
/
users
/
bernd
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/bernd/postgres.git
2003-04-17
Barry Lind
Applied patches from Kris Jurka fixing a string tokeniz...
commit
|
commitdiff
|
tree
2003-04-16
Tom Lane
Fix stupid oversight ...
commit
|
commitdiff
|
tree
2003-04-15
Tom Lane
eqjoinsel's logic for case where MCV lists are not...
commit
|
commitdiff
|
tree
2003-04-13
Tom Lane
Second try at avoiding conflicts with system isblank().
commit
|
commitdiff
|
tree
2003-04-12
Tom Lane
Guard against macro versions of isblank().
commit
|
commitdiff
|
tree
2003-04-12
Tatsuo Ishii
Fix encoding conversion function bug.
commit
|
commitdiff
|
tree
2003-04-10
Tom Lane
Fix error recovery for SSL_read/SSL_write calls.
commit
|
commitdiff
|
tree
2003-04-10
Tom Lane
Remove premature attempt to constant-fold type coercion...
commit
|
commitdiff
|
tree
2003-04-08
Dave Cramer
added addDataType to the interface
commit
|
commitdiff
|
tree
2003-04-04
Tom Lane
Back-patch changes to validate page header fields immed...
commit
|
commitdiff
|
tree
2003-04-03
Tom Lane
Repair incorrect checking of grouped/ungrouped variable...
commit
|
commitdiff
|
tree
2003-04-02
Tom Lane
Fix buffer overrun in to_ascii(), per report from Guido...
commit
|
commitdiff
|
tree
2003-03-31
Bruce Momjian
Please, apply patch for contrib/ltree to current CVS...
commit
|
commitdiff
|
tree
2003-03-31
Tom Lane
TestConfiguration returns int, not bool. This mistake...
commit
|
commitdiff
|
tree
2003-03-30
Bruce Momjian
Properly document default value of log_min_error_statem...
commit
|
commitdiff
|
tree
2003-03-30
Bruce Momjian
Backpatch SSL return value changes.
commit
|
commitdiff
|
tree
2003-03-29
Bruce Momjian
[ Backpatch to 7.3.X.]
commit
|
commitdiff
|
tree
2003-03-27
Tom Lane
Fix bogus coding of SET DEFAULT ri triggers ... or...
commit
|
commitdiff
|
tree
2003-03-27
Tom Lane
GetTupleForTrigger must use outer transaction's command...
commit
|
commitdiff
|
tree
2003-03-25
Dave Cramer
fixed problem where information from previous updates...
commit
|
commitdiff
|
tree
2003-03-25
Dave Cramer
added DISTINCT to the query to get cross reference...
commit
|
commitdiff
|
tree
2003-03-25
Dave Cramer
fixed problem where information from previous updates...
commit
|
commitdiff
|
tree
2003-03-24
Barry Lind
New build number
commit
|
commitdiff
|
tree
2003-03-24
Barry Lind
Backport fix for parsing acls (didn't correctly interpr...
commit
|
commitdiff
|
tree
2003-03-23
Tom Lane
Band-aid patch for Shraibman's 'out of free buffers...
commit
|
commitdiff
|
tree
2003-03-23
Tom Lane
Tweak selectivity and related routines to cope with...
commit
|
commitdiff
|
tree
2003-03-20
Bruce Momjian
The attatched patch fixes a memory error with contrib...
commit
|
commitdiff
|
tree
2003-03-19
Barry Lind
Backport patch to work around a server bug. Server...
commit
|
commitdiff
|
tree
2003-03-18
Barry Lind
Applied translation fixes
commit
|
commitdiff
|
tree
2003-03-14
Tom Lane
pg_dumpall failed on groups having no members. Per...
commit
|
commitdiff
|
tree
2003-03-14
Barry Lind
Backport fix for parsing \n in updateable result sets...
commit
|
commitdiff
|
tree
2003-03-14
Tom Lane
Repair incorrect prorettype entry for timestamptz_izone...
commit
|
commitdiff
|
tree
2003-03-14
Barry Lind
Backport batch update error message improvements to...
commit
|
commitdiff
|
tree
2003-03-14
Tom Lane
Prevent infinite loop in ln_var() due to roundoff error.
commit
|
commitdiff
|
tree
2003-03-13
Tom Lane
GROUP BY got confused if there were multiple equal...
commit
|
commitdiff
|
tree
2003-03-09
Tom Lane
pg_restore failed to restore blobs if -X disable-trigge...
commit
|
commitdiff
|
tree
2003-03-08
Barry Lind
Back ported patches from head to 7.3 branch (fixes...
commit
|
commitdiff
|
tree
2003-03-06
Tom Lane
Tweak dependency code to suppress NOTICEs generated...
commit
|
commitdiff
|
tree
2003-03-06
Tom Lane
Add missing --globals-only (long form of -g).
commit
|
commitdiff
|
tree
2003-03-05
Tom Lane
Repair bug reported by Laurent Perez: bad plan generate...
commit
|
commitdiff
|
tree
2003-03-03
Tom Lane
Prevent clustering on incomplete indexes: partial index...
commit
|
commitdiff
|
tree
2003-03-02
Tom Lane
Repair memory leak introduced by recent change to make...
commit
|
commitdiff
|
tree
2003-02-27
Tom Lane
Change EXTRACT(EPOCH FROM timestamp) so that a timestam...
commit
|
commitdiff
|
tree
2003-02-27
D'Arcy J.M...
Back patch bug fix to quote function.
commit
|
commitdiff
|
tree
2003-02-24
Barry Lind
Backport a fix from 7.4 to 7.3 to better handle case...
commit
|
commitdiff
|
tree
2003-02-23
Tom Lane
If a shutdown request comes in while we're still starti...
commit
|
commitdiff
|
tree
2003-02-21
Tom Lane
Repair nasty oversight in bt_split: if the index is...
commit
|
commitdiff
|
tree
2003-02-20
Tom Lane
Fix timestamptz_in so that parsing of 'now'::timestampt...
commit
|
commitdiff
|
tree
2003-02-19
Tatsuo Ishii
Back patch for GUC client_encoding variable not being...
commit
|
commitdiff
|
tree
2003-02-19
Bruce Momjian
Please apply patches for contrib/ltree.
commit
|
commitdiff
|
tree
2003-02-18
branch-fixup
Add files from parent branch HEAD:
commit
|
commitdiff
|
tree
2003-02-18
Tom Lane
Async_NotifyHandler must save and restore ImmediateInte...
commit
|
commitdiff
|
tree
2003-02-14
Tom Lane
Fix SPI result logic for case where there are multiple...
commit
|
commitdiff
|
tree
2003-02-14
Bruce Momjian
Update FAQ's in head and 7.3.X.
commit
|
commitdiff
|
tree
2003-02-13
Tom Lane
Repair incorrect indexing for atttypmod, per Brad McLean.
commit
|
commitdiff
|
tree
2003-02-13
Tom Lane
Result of lo_read() is int, not size_t. Per Oleg Drokin.
commit
|
commitdiff
|
tree
2003-02-13
Tom Lane
Parser was dropping foreign-key constraints on the...
commit
|
commitdiff
|
tree
2003-02-13
Tom Lane
Repair rule permissions-checking bug reported by Tim...
commit
|
commitdiff
|
tree
2003-02-13
Tom Lane
Prevent timetz2tm() from scribbling on its input in...
commit
|
commitdiff
|
tree
2003-02-13
Bruce Momjian
> > They work the same as table constraints with in...
commit
|
commitdiff
|
tree
2003-02-12
Barry Lind
Applied patch to update translation file, submitted...
commit
|
commitdiff
|
tree
2003-02-12
Barry Lind
Backport patch from Fernando Nasser and Harald Krake...
commit
|
commitdiff
|
tree
2003-02-12
Barry Lind
Backport a patch from Kris Jurka to 7.3. Allows getTab...
commit
|
commitdiff
|
tree
2003-02-11
Tom Lane
Use a varno not chosen at random for dummy variables...
commit
|
commitdiff
|
tree
2003-02-09
Barry Lind
up build # to 108
commit
|
commitdiff
|
tree
2003-02-09
Barry Lind
Merge changes from head to 7.3 branch: better error...
commit
|
commitdiff
|
tree
2003-02-07
Tom Lane
Revise mechanism for getting rid of temp tables at...
commit
|
commitdiff
|
tree
2003-02-07
Tom Lane
Avoid generating relid lists with duplicate entries...
commit
|
commitdiff
|
tree
2003-02-06
Tom Lane
Fix core dump when pltcl_elog is called with wrong...
commit
|
commitdiff
|
tree
2003-02-06
Tatsuo Ishii
Fix regexp slowness reported by Wade Klaver.
commit
|
commitdiff
|
tree
2003-02-05
Tom Lane
Allow qualified type names in CREATE CAST, DROP CAST...
commit
|
commitdiff
|
tree
2003-02-03
Bruce Momjian
Add mention of CURRENT_SCHEMA for object creation.
commit
|
commitdiff
|
tree
2003-02-02
Tom Lane
Brand 7.3.2.
commit
|
commitdiff
|
tree
2003-02-02
Tom Lane
Update release history for 7.3.2.
commit
|
commitdiff
|
tree
2003-02-02
Tom Lane
Fix nodeUnique to behave correctly when reversing direc...
commit
|
commitdiff
|
tree
2003-02-01
Tom Lane
Remove restriction that cast functions cannot be volati...
commit
|
commitdiff
|
tree
2003-02-01
Tom Lane
Cleaner solution to the problem of loading pre-7.3...
commit
|
commitdiff
|
tree
2003-02-01
Tom Lane
Changes of 6-Sep-02 broke pg_restore's ability to recog...
commit
|
commitdiff
|
tree
2003-02-01
Tom Lane
Fix assign_session_authorization() to not be confused...
commit
|
commitdiff
|
tree
2003-02-01
Tom Lane
Prevent core dump from calling Tcl_DontCallWhenDeleted...
commit
|
commitdiff
|
tree
2003-02-01
Tom Lane
Apply ljb's patch to prevent both memory leak and core...
commit
|
commitdiff
|
tree
2003-01-31
Tom Lane
Make plpython's spi_execute interface handle NULLs...
commit
|
commitdiff
|
tree
2003-01-31
Tom Lane
Clean up plpython error reporting so that its regressio...
commit
|
commitdiff
|
tree
2003-01-31
Tom Lane
Tweak bison build rules so that we get the same error...
commit
|
commitdiff
|
tree
2003-01-31
Tom Lane
Handle mixed-case names properly in plpgsql_parse_tripw...
commit
|
commitdiff
|
tree
2003-01-30
Tom Lane
Fix regression in .pgpass support. From Neil Conway.
commit
|
commitdiff
|
tree
2003-01-29
Tom Lane
Update release history for 7.2.4.
commit
|
commitdiff
|
tree
2003-01-29
Tom Lane
SPI_exec shouldn't return SPI_OK_SELECT if it hasn...
commit
|
commitdiff
|
tree
2003-01-29
Tom Lane
Repair array subscript overrun identified by Yichen...
commit
|
commitdiff
|
tree
2003-01-29
Tom Lane
Fix array subscript overruns identified by Yichen Xie.
commit
|
commitdiff
|
tree
2003-01-28
Tom Lane
Convert variable name to canonical spelling before...
commit
|
commitdiff
|
tree
2003-01-28
Bruce Momjian
Revert off setting mention for client_min_messages.
commit
|
commitdiff
|
tree
2003-01-27
Tom Lane
Prevent core dump when die_horribly() is called with...
commit
|
commitdiff
|
tree
2003-01-24
Tom Lane
Back-patch fix for not shell-quoting editor name, as...
commit
|
commitdiff
|
tree
2003-01-23
Tom Lane
Fix obsolete error message (isImmutable doesn't exist).
commit
|
commitdiff
|
tree
2003-01-23
Tom Lane
Change CREATE TABLE AS / SELECT INTO to create the...
commit
|
commitdiff
|
tree
2003-01-23
Tom Lane
Update 'Mathematical Functions' table to reflect 7...
commit
|
commitdiff
|
tree
2003-01-22
Tom Lane
Make estimation of mergejoin scan selectivities more...
commit
|
commitdiff
|
tree
2003-01-21
Tom Lane
Fix coredump problem in plpgsql's RETURN NEXT. When...
commit
|
commitdiff
|
tree
2003-01-21
Tom Lane
Back-patch typprtlen fix, two other minor post-7.3...
commit
|
commitdiff
|
tree
next