summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Add aligment of variable data typesTeodor Sigaev2004-06-0317-110/+161
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-0328-785/+418
* Win32 regression fixes:Bruce Momjian2004-06-031-17/+14
* init_ssl_system will return 0 on success and -1 on failure, which willBruce Momjian2004-06-031-2/+2
* Add new Win32 file with adjustments for recent code changes.Bruce Momjian2004-06-031-26/+34
* Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian2004-06-0322-52/+88
* Small patch that adds some documentation for the area() function.Bruce Momjian2004-06-021-1/+17
* Per previous discussions, here are two functions to send INT and TERMBruce Momjian2004-06-026-7/+95
* Move -lpgport to the beginning of the library list for win32 linking.Bruce Momjian2004-06-021-2/+2
* Improve without cluster wording.Bruce Momjian2004-06-021-2/+3
* OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.Bruce Momjian2004-06-026-6/+65
* Fix breakage from GUC-extension-variables patch.Tom Lane2004-06-021-4/+7
* Adjust btree index build to not use shared buffers, thereby avoiding theTom Lane2004-06-028-214/+304
* Add locale setting for pg_ctl.Bruce Momjian2004-06-011-1/+2
* Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane2004-06-017-334/+764
* Fix silly bugTeodor Sigaev2004-06-011-1/+1
* FastList is history, yay.Tom Lane2004-06-012-114/+24
* List pg_trgm in contrib Makefile and README.Tom Lane2004-06-012-15/+22
* Just about there on de-FastList-ification.Tom Lane2004-06-016-194/+161
* More locale fixes for pg_ctl.Bruce Momjian2004-06-012-7/+9
* Some more de-FastList-ification.Tom Lane2004-06-013-50/+38
* Desultory de-FastList-ification. RelOptInfo.reltargetlist is back toTom Lane2004-06-018-45/+38
* Remove init_nls() functions, call set_pglocale() directly.Bruce Momjian2004-06-0111-41/+27
* Add pgpid_t for use with pids.Bruce Momjian2004-06-011-27/+29
* Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs forTom Lane2004-05-315-52/+94
* Minor code rationalization: FlushRelationBuffers just returns void,Tom Lane2004-05-318-64/+24
* Suppress compile warnings on machines where the INT64CONST() decorationTom Lane2004-05-313-6/+6
* Too few parens for my taste in this macro.Tom Lane2004-05-311-2/+2
* I think I've finally identified the cause of the off-by-one-secondTom Lane2004-05-311-13/+17
* Have pg_ctl print pid and error on signal failure, per suggestion from Tom.Bruce Momjian2004-05-311-28/+32
* trgm - Trigram matching for PostgreSQLTeodor Sigaev2004-05-319-0/+4529
* 1 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703Teodor Sigaev2004-05-3111-113/+233
* Fix memory leak with pg_regexecTeodor Sigaev2004-05-311-1/+4
* Fix memory leak with pg_regcompTeodor Sigaev2004-05-311-0/+1
* Update pg_dump -v comments to mention additional comments in dump file.Bruce Momjian2004-05-311-3/+3
* Win32 related patch by Darko Prenosil. Small correct by teodorTeodor Sigaev2004-05-316-20/+38
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-3113-237/+766
* Done:Bruce Momjian2004-05-311-2/+2
* Remove pljava todo info.Bruce Momjian2004-05-311-3004/+0
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-3083-828/+798
* Paranoia: ensure MyBackendId is InvalidBackendId in a process that hasTom Lane2004-05-301-2/+2
* Add thread library to libpgport creation.Bruce Momjian2004-05-301-3/+2
* Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli.Tom Lane2004-05-303-20/+45
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-2928-895/+1126
* Translation updatePeter Eisentraut2004-05-291-339/+381
* Translation updatesPeter Eisentraut2004-05-294-782/+722
* Translation updatePeter Eisentraut2004-05-291-3554/+3704
* Fix another place that assumed 'x = lcons(y, z)' would not have anyTom Lane2004-05-291-4/+5
* Remove quotes around $CONFIG_LINKS. Caused improper expansion.Bruce Momjian2004-05-282-3/+3
* When checking for thread safety with src/tools/thread/thread_test.c, theBruce Momjian2004-05-281-3/+3