Commit Graph

13191 Commits (ea1954fc35194a15c91d1c92923f2c4baf7bc89c)
 

Author SHA1 Message Date
Tom Lane 15fe086fba Restructure system-catalog index updating logic. Instead of having 23 years ago
Tom Lane 07f9682de4 Preliminary code review for anonymous-composite-types patch: fix breakage 23 years ago
Thomas G. Lockhart ac1a3dcf24 Fix compilation problem with assert checking enabled for recent xlog 23 years ago
Tom Lane 0fe931a3e0 Code review for anonymous-functions patch --- clean up some confusion 23 years ago
Tom Lane 44582cd879 Temporary solution for XLogDir breakage. 23 years ago
Tom Lane 1be014313a Fix merge failures for anonymous-type patch. From Joe Conway. 23 years ago
Tom Lane e053d2071d Fix broken pg_backend_pid reference, per Joe Conway. 23 years ago
Bruce Momjian 32465bfc75 Another backend_pid rename. 23 years ago
Bruce Momjian 58c227693d Fix compile failures for FRS composite tyhpe patch until Joe can fix it. 23 years ago
Bruce Momjian d7859a9570 Rename backend_pid to pg_backend_pid, move docs to monitoring section. 23 years ago
Bruce Momjian 9218689b69 Attached are two patches to implement and document anonymous composite 23 years ago
Tom Lane 35d39ba081 Fix obsolete comment. 23 years ago
Thomas G. Lockhart ffef720670 Minor clarification or fix of typos. 23 years ago
Thomas G. Lockhart c755f6027f Implement WAL log location control using "-X" or PGXLOG. 23 years ago
Thomas G. Lockhart eb121ba2cf Implement IS OF and IS NOT OF type predicate. 23 years ago
Thomas G. Lockhart 7c1e67bd52 Implement IS OF type predicate. Can now do queries of the form: 23 years ago
Thomas G. Lockhart b71310d8e0 Add guard code to protect from buffer overruns on long date/time input 23 years ago
Thomas G. Lockhart e025bb7a72 Define macros for handling typmod manipulation for date/time types. 23 years ago
Thomas G. Lockhart 043f9eb90a Implement hex literal conversion to bit string literal. 23 years ago
Thomas G. Lockhart ce5dc562e6 Allow bit string constants without fully-specified length declaration. 23 years ago
Thomas G. Lockhart af704cdfb4 Implement WAL log location control using "-X" or PGXLOG. 23 years ago
Thomas G. Lockhart a19d9d3c4c Add IS OF type predicate. 23 years ago
Thomas G. Lockhart 6045f39bfd Add Myannar Time, Iran Time variant name, and Marquesas Time. 23 years ago
Tom Lane 0a4fc8556c Fix broken markup. 23 years ago
Tom Lane 5f9ba042a7 Neil's patch claimed a column list didn't work for COPY BINARY. 23 years ago
Bruce Momjian 7926259de3 Add missing file; new docs for start_transaction. 23 years ago
Bruce Momjian 4132106055 Tom Lane: 23 years ago
Bruce Momjian 10f1f709ab [ Previous patch reversed.] 23 years ago
Bruce Momjian 6b64704e4f This patch fixes a probably harmless write of uninitialized memory in 23 years ago
Bruce Momjian 7312c19ab5 Change messages like this: 23 years ago
Bruce Momjian ce5bb92346 This trivial patch fixes a small memory leak in pg_dump. 23 years ago
Bruce Momjian 978c8c6d2f please find attached patch to current CVS ( contrib/ltree ) 23 years ago
Bruce Momjian 6495f4e52f This patch fixes a "multi-line string literal" warning encountered 23 years ago
Bruce Momjian 19e0e35bcd The attached patch implements START TRANSACTION, per SQL99. The 23 years ago
Bruce Momjian fecc04f95a This patch fixes in intermittent failure in the regression tests: 23 years ago
Bruce Momjian ce3d087010 This patch adds support for inet[] arrays to the /contrib/array module. 23 years ago
Bruce Momjian 0b15c25225 Back out pl/pgsql quotation fix. Has problems. 23 years ago
Bruce Momjian 79e77c6501 *** empty log message *** 23 years ago
Bruce Momjian 6be43c981e *** empty log message *** 23 years ago
Bruce Momjian 7a84053844 I send a simple patch for PL/pgSQL parser which allow now to use 23 years ago
Bruce Momjian 7ef5634701 Here is a doc patch for the SHOW X changes and new config-settings 23 years ago
Tom Lane 22c64f1834 When compiling with --enable-cassert, check for reference count leaks 23 years ago
Tom Lane 154f26ff59 RemoveAttrDefaultById() neglected to obtain exclusive lock on the 23 years ago
Bruce Momjian 21cf6b2166 Remove unused drop TODO.detail. 23 years ago
Bruce Momjian 7c63a0db29 No need for TODO.detail link anymore: 23 years ago
Bruce Momjian 543409a752 Done: 23 years ago
Tom Lane 38bb77a5d1 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 23 years ago
Bruce Momjian 5e6528adf7 * -Remove LockMethodTable.prio field, not used (Bruce) 23 years ago
Hiroshi Inoue 7dfc7e9e8c 1) Improve the handling of the queries like (select ..) union (select ..) 23 years ago
Tom Lane ce7565ab91 Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in 23 years ago