Commit Graph

17741 Commits (1cdc58722cdbd60f70a48c83d6ead45cebb3562d)
 

Author SHA1 Message Date
Bruce Momjian 1cdc58722c OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. 22 years ago
Tom Lane 6f1aa94fd9 Fix breakage from GUC-extension-variables patch. 22 years ago
Tom Lane 2095206de1 Adjust btree index build to not use shared buffers, thereby avoiding the 22 years ago
Bruce Momjian 4d0e47d5a9 Add locale setting for pg_ctl. 22 years ago
Tom Lane 4b2dafcc0b Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion 22 years ago
Teodor Sigaev f35e8d8431 Fix silly bug 22 years ago
Tom Lane ba0f38d601 FastList is history, yay. 22 years ago
Tom Lane aad4196764 List pg_trgm in contrib Makefile and README. 22 years ago
Tom Lane e590ceecf1 Just about there on de-FastList-ification. 22 years ago
Bruce Momjian 962a94bb5a More locale fixes for pg_ctl. 22 years ago
Tom Lane a0d6e29ee7 Some more de-FastList-ification. 22 years ago
Tom Lane 80c6847cc5 Desultory de-FastList-ification. RelOptInfo.reltargetlist is back to 22 years ago
Bruce Momjian 6c33054a0c Remove init_nls() functions, call set_pglocale() directly. 22 years ago
Bruce Momjian 66fa6eba5a Add pgpid_t for use with pids. 22 years ago
Tom Lane 91d20ff7aa Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs for 22 years ago
Tom Lane e674707968 Minor code rationalization: FlushRelationBuffers just returns void, 22 years ago
Tom Lane a843053e2e Suppress compile warnings on machines where the INT64CONST() decoration 22 years ago
Tom Lane 8b1ae8fa3f Too few parens for my taste in this macro. 22 years ago
Tom Lane 87de80e95a I think I've finally identified the cause of the off-by-one-second 22 years ago
Bruce Momjian d534b9ee9e Have pg_ctl print pid and error on signal failure, per suggestion from Tom. 22 years ago
Teodor Sigaev cbfa4092bb trgm - Trigram matching for PostgreSQL 22 years ago
Teodor Sigaev 553bc41633 1 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703 22 years ago
Teodor Sigaev 7cb55d21ed Fix memory leak with pg_regexec 22 years ago
Teodor Sigaev d222bb4d5e Fix memory leak with pg_regcomp 22 years ago
Bruce Momjian a1bd1d70d6 Update pg_dump -v comments to mention additional comments in dump file. 22 years ago
Teodor Sigaev 11864ab657 Win32 related patch by Darko Prenosil. Small correct by teodor 22 years ago
Tom Lane 9b178555fc Per previous discussions, get rid of use of sync(2) in favor of 22 years ago
Bruce Momjian f024086db3 Done: 22 years ago
Bruce Momjian 95cdafd333 Remove pljava todo info. 22 years ago
Neil Conway 72b6ad6313 Use the new List API function names throughout the backend, and disable the 22 years ago
Tom Lane ec0b1f2716 Paranoia: ensure MyBackendId is InvalidBackendId in a process that has 22 years ago
Bruce Momjian bf65d730de Add thread library to libpgport creation. 22 years ago
Tom Lane c6719a2784 Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli. 22 years ago
Tom Lane 076a055acf Separate out bgwriter code into a logically separate module, rather 22 years ago
Peter Eisentraut d531fd2cdc Translation update 22 years ago
Peter Eisentraut c1010381ea Translation updates 22 years ago
Peter Eisentraut 55216724b2 Translation update 22 years ago
Tom Lane 41accb0e1a Fix another place that assumed 'x = lcons(y, z)' would not have any 22 years ago
Bruce Momjian f54b95655e Remove quotes around $CONFIG_LINKS. Caused improper expansion. 22 years ago
Bruce Momjian 0163983330 When checking for thread safety with src/tools/thread/thread_test.c, the 22 years ago
Tom Lane 0f3f34f098 Fix minor error in comment. 22 years ago
Tom Lane d707495452 Fix thinko in recent patch to change temp-table permissions behavior: 22 years ago
Teodor Sigaev a6ea6457fa Stat function now can show statistics per weight of lexemes 22 years ago
Tom Lane 1b9ef0025d Fix some typos I introduced in WIN32-only code late last night. 22 years ago
Teodor Sigaev 42d069886f New version. Add support for int2, int8, float4, float8, timestamp with/without time zone, time with/without time zone, date, interval, oid, money and macaddr, char, varchar/text, bytea, numeric, bit, varbit, inet/cidr types for GiST 22 years ago
Tom Lane 1a321f26d8 Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by 22 years ago
Tom Lane 37da0ba0e0 Seems we forgot the installdirs target in this makefile. 22 years ago
Tom Lane 2ac8c96ecb Make sure elog behaves sanely if invoked before GUC initializes. 22 years ago
Tom Lane d7013b0f15 On WIN32, don't choke when setlocale(LC_MESSAGES, "") returns NULL. 22 years ago
Tom Lane 16974ee910 Get rid of the former rather baroque mechanism for propagating the values 22 years ago