Commit Graph

14554 Commits (25f8916137879110e18fa457dde14bcb18d3f49d)

Author SHA1 Message Date
Tom Lane d0a89683a3 Two-phase commit. Original patch by Heikki Linnakangas, with additional 21 years ago
Bruce Momjian a6c7e843da Update GUC description for kerberos usernames. 21 years ago
Bruce Momjian 26cbccd52c Add fsync() define for Win32 to cover cases other than wal_sync_method 21 years ago
Bruce Momjian e046b3ddd7 Add \x hex support to ecpg strings. This just passes them to the backend. 21 years ago
Bruce Momjian d1944de61b Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce conflicts. 21 years ago
Bruce Momjian 07b80eb301 Improve comment wording. 21 years ago
Tom Lane e5a11a8879 Improve hash method for bitmapsets: some examination of actual outputs 21 years ago
Bruce Momjian 2becf48483 Update catalog version for recent function additions. 21 years ago
Neil Conway c119c5bd49 Change the implementation of hash join to attempt to avoid unnecessary 21 years ago
Bruce Momjian f4d907ca85 Remove old *.backup files when we do pg_stop_backup(). This 21 years ago
Bruce Momjian 713507b02d Mention we now support BETWEEN SYMMETRIC. 21 years ago
Bruce Momjian d092524418 > Here's a patch I added against plperl, originally against beta5, now 21 years ago
Bruce Momjian 0851a6fbc7 This patch makes it possible to use the full set of timezones when doing 21 years ago
Bruce Momjian 5955945828 Support 3 and 4-byte unicode characters. 21 years ago
Bruce Momjian f4c4f1ce52 >> Do you agree that using a hashtable for it in general is a good idea 21 years ago
Bruce Momjian b4132fd0ac Now \d show tablespace of indices per discussion. 21 years ago
Bruce Momjian 8b84aebddf Add BETWEEN SYMMETRIC. 21 years ago
Bruce Momjian 921de09e40 Use ' ' escapes for leading spaces in table values, for use in 21 years ago
Tom Lane 8563ccae2c Simplify shared-memory lock data structures as per recent discussion: 21 years ago
Bruce Momjian f5835b4b8d Add pg_postmaster_start_time() function. 21 years ago
Bruce Momjian 61e2c00e64 Have SHOW ALL include variable descriptions. 21 years ago
Bruce Momjian f04c39402a Attached is a makefile I hacked up to build pg_config under MSVC - the 21 years ago
Bruce Momjian 954f6bcffe Add GUC krb_server_hostname so the server hostname can be specified as 21 years ago
Tom Lane 1265724ff5 The random selection in function linear() could deliver a value equal to max 21 years ago
Teodor Sigaev 37c839365c WAL for GiST. It work for online backup and so on, but on 21 years ago
Neil Conway d6636543c4 Allow the parameters to PL/PgSQL's RAISE statement to be expressions, 21 years ago
Tom Lane bd6bf50b03 Teach planner to optionally ignore index columns that have an equality 21 years ago
Bruce Momjian 2ee0d5549f Add -L option to psql to log sessions. 21 years ago
Neil Conway e31cd6739a Cleanup for "#option dump" in PL/PgSQL: don't print empty ELSE blocks, 21 years ago
Tom Lane c186c93148 Change the planner to allow indexscan qualification clauses to use 21 years ago
Neil Conway 077811605e Per discussion on -hackers, this patch changes psql's "expanded" output 21 years ago
Tom Lane a2fb7b8a1f Adjust lo_open() so that specifying INV_READ without INV_WRITE creates 21 years ago
Neil Conway 294505e2b1 This patch removes some old code from libpq that implements a URI-like 21 years ago
Neil Conway 72a5db15d1 libpq was not consistently checking for memory allocation failures. This 21 years ago
Tom Lane 2f1210629c Separate predicate-testing code out of indxpath.c, making it a module 21 years ago
Tom Lane 111e29ef5e Adjust comment about %t and %s to cover %m as well. Some trivial 21 years ago
Tatsuo Ishii b4cbd60fcf Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. 21 years ago
Neil Conway d46bc444ac Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. 21 years ago
Bruce Momjian 1a61896189 Use saveHistory so we get a nice error message on failure. 21 years ago
Bruce Momjian ea88824a3e the following patch makes the filename used to store the readline 21 years ago
Bruce Momjian 92eadf6c4a More Win32 tilde code comments. 21 years ago
Bruce Momjian 3d44763179 Add comment on tilde expansion. 21 years ago
Bruce Momjian c1e4869467 Remove unneeded variable test, per Tom. 21 years ago
Tom Lane a87ee007ed Quick hack to allow the outer query's tuple_fraction to be passed down 21 years ago
Bruce Momjian 453d74b99c Add the "PGPASSFILE" environment variable to specify to the password 21 years ago
Tom Lane 3b167a4099 If a LIMIT is applied to a UNION ALL query, plan each UNION arm as 21 years ago
Tom Lane 39cee73889 Revise searching of subplan target lists to use something more efficient 21 years ago
Bruce Momjian 0725065b37 This patch shows the full path name when doing a \s in psql, 21 years ago
Bruce Momjian 51746c4549 Free buffer allocated via malloc (process is short-lived, but fix it anyway). 21 years ago
Bruce Momjian 3572e531ca Mention prefix %t has no milliseconds. 21 years ago