aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Convert possibly-unsafe sprintf's to snprintf's.Tom Lane2002-08-12
* Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane2002-08-12
* Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane2002-08-11
* Create/drop cast now requires ownership of at least one of the types.Peter Eisentraut2002-08-11
* Neil's patch was supposed to remove this, too.Tom Lane2002-08-11
* Now that we allow ANALYZE to run inside a transaction block, the locksTom Lane2002-08-11
* Update with newer version of CLUSTER patch posted August 8.Bruce Momjian2002-08-10
* > create view pg_locks as select l.relation, l.database, l.backendpid,Bruce Momjian2002-08-10
* Major improvement in CLUSTER which preserves table characteristics usingBruce Momjian2002-08-10
* This patch removes a lot of unused code related to assertions andBruce Momjian2002-08-10
* Allow schema-qualified operator names to be used in the optionalTom Lane2002-08-10
* Fix failure to relink postmaster executable in the first make run if only aPeter Eisentraut2002-08-10
* Make sure monetary, numeric, and time locale categories are set to C andPeter Eisentraut2002-08-09
* has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane2002-08-09
* Cause view/rule display to work as expected after rename of an underlyingTom Lane2002-08-08
* Address build problems on cygwin and (hopefully) AIX.Tatsuo Ishii2002-08-08
* Load and keep conversion function info when SET CLIENT_ENCODING TO isTatsuo Ishii2002-08-08
* Remove #ifdef MULTIBYTETatsuo Ishii2002-08-08
* Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane2002-08-08
* parseTypeString wasn't quite paranoid enough.Tom Lane2002-08-08
* Fix permission checking for temp-table namespace.Tom Lane2002-08-07
* Improve 'failed to initialize' messages.Tom Lane2002-08-07
* Still more paranoia in PageAddItem: disallow specification of an itemTom Lane2002-08-06
* Add SQL99 CONVERT() function.Tatsuo Ishii2002-08-06
* >> Hm. I'd sort of expect the "z" to become both the table and columnBruce Momjian2002-08-06
* The attached patch disallows the use of coldeflists for functions thatBruce Momjian2002-08-06
* This patch changes the behavior of PostgreSQL so that if any queries areBruce Momjian2002-08-06
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-05
* Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane2002-08-05
* Fix compilation problem with assert checking enabled for recent xlogThomas G. Lockhart2002-08-05
* Code review for anonymous-functions patch --- clean up some confusionTom Lane2002-08-05
* Temporary solution for XLogDir breakage.Tom Lane2002-08-04
* Fix merge failures for anonymous-type patch. From Joe Conway.Tom Lane2002-08-04
* Fix compile failures for FRS composite tyhpe patch until Joe can fix it.Bruce Momjian2002-08-04
* Rename backend_pid to pg_backend_pid, move docs to monitoring section.Bruce Momjian2002-08-04
* Attached are two patches to implement and document anonymous compositeBruce Momjian2002-08-04
* Fix obsolete comment.Tom Lane2002-08-04
* Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart2002-08-04
* Implement IS OF and IS NOT OF type predicate.Thomas G. Lockhart2002-08-04
* Implement IS OF type predicate. Can now do queries of the form:Thomas G. Lockhart2002-08-04
* Add guard code to protect from buffer overruns on long date/time inputThomas G. Lockhart2002-08-04
* Implement hex literal conversion to bit string literal.Thomas G. Lockhart2002-08-04
* Allow bit string constants without fully-specified length declaration.Thomas G. Lockhart2002-08-04
* Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart2002-08-04
* This patch fixes a probably harmless write of uninitialized memory inBruce Momjian2002-08-04
* Change messages like this:Bruce Momjian2002-08-04
* The attached patch implements START TRANSACTION, per SQL99. TheBruce Momjian2002-08-04
* When compiling with --enable-cassert, check for reference count leaksTom Lane2002-08-02
* RemoveAttrDefaultById() neglected to obtain exclusive lock on theTom Lane2002-08-02