Commit Graph

2668 Commits (654efe6aaa65d4bb53a3c888df1143558a1034ad)

Author SHA1 Message Date
Tom Lane e7e1694295 Migrate rtree_gist functionality into the core system, and add some 21 years ago
Bruce Momjian 8f6e8e8fed Clarify documentation about log_min_duration_statement. 21 years ago
Neil Conway dd4eea257b Fix build break on BSD, OSX, and other systems: add missing <sys/time.h> 21 years ago
Tom Lane b5f7cff84f Clean up the rather historically encumbered interface to now() and 21 years ago
Tom Lane c33d575899 More cleanup on roles patch. Allow admin option to be inherited through 21 years ago
Tom Lane 6561372c57 Fix up problems in write_auth_file and parsing of the auth file. 21 years ago
Tom Lane 0eaa36a16a Bring syntax of role-related commands into SQL compliance. To avoid 21 years ago
Tom Lane 7762619e95 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 21 years ago
Tom Lane 06ae88a82e Tweak dynahash.c to not allocate so many entries at once when dealing 21 years ago
Tom Lane 943b396245 Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule 21 years ago
Tom Lane d395aecffa Code review for escape-strings patch. Sync psql and plpgsql lexers 21 years ago
Bruce Momjian bb3cce4ec9 Add E'' syntax so eventually normal strings can treat backslashes 21 years ago
Tom Lane b90f8f20f0 Extend r-tree operator classes to handle Y-direction tests equivalent 21 years ago
Tatsuo Ishii e2d088de03 Allow direct conversion between EUC_JP and SJIS to improve 21 years ago
Neil Conway 76aa6d29cf Code cleanup: remove 3 duplicate static function declarations. 21 years ago
Neil Conway f2b6edeab8 This trivial patch removes an unused variable. From Alvaro Herrera. 21 years ago
Neil Conway 06ecacded6 More trivial dead code removal: in int_to_roman(), checking for "num == -1" 21 years ago
Tom Lane d38d06374d Add lock file contents printout to "can't happen" case to help 21 years ago
Tom Lane 3f749924f8 Simplify uses of readdir() by creating a function ReadDir() that 21 years ago
Tom Lane 6a6f2d91d4 When using C-string lookup keys in a dynahash.c hash table, use strncpy() 21 years ago
Tom Lane a8d1075f27 Add a time-of-preparation column to the pg_prepared_xacts view, per an 21 years ago
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 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 f5835b4b8d Add pg_postmaster_start_time() function. 21 years ago
Bruce Momjian 61e2c00e64 Have SHOW ALL include variable descriptions. 21 years ago
Bruce Momjian 954f6bcffe Add GUC krb_server_hostname so the server hostname can be specified as 21 years ago
Tom Lane c186c93148 Change the planner to allow indexscan qualification clauses to use 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 3572e531ca Mention prefix %t has no milliseconds. 21 years ago
Bruce Momjian 4778c33106 Restructure log_line_prefix options to be clearer: 21 years ago
Bruce Momjian 6c2ba14d8d This patch against 8.0.0beta1 source adds log_line_prefix options for 21 years ago
Tom Lane e3a33a9a9f Marginal hack to avoid spending a lot of time in find_join_rel during 21 years ago
Bruce Momjian fbc4edfba7 Mention ipcrm and ipcclean in error message. 21 years ago
Bruce Momjian 1b000116fb Ipcrm -> ipcclean in error message: 21 years ago
Tom Lane 4c8495a1f2 Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 21 years ago
Tom Lane 9ab4d98168 Remove planner's private fields from Query struct, and put them into 21 years ago
Tom Lane a4996a8953 Replace the parser's namespace tree (which formerly had the same 21 years ago
Bruce Momjian 24af7d4b68 Back out patch: 21 years ago
Bruce Momjian 72c53ac3a7 Allow kerberos name and username case sensitivity to be specified from 21 years ago
Bruce Momjian 3cf1fd3263 Tom Lane <tgl@sss.pgh.pa.us> writes: 21 years ago
Bruce Momjian 00750f3f30 Improve readability of config location params by adding newline. 21 years ago
Bruce Momjian 1bc9235224 Fix NUMERIC modulus to properly truncate division in computation. 21 years ago
Tom Lane ba42002461 Revise handling of dropped columns in JOIN alias lists to avoid a 21 years ago
Tom Lane 21fda22ec4 Change CRCs in WAL records from 64bit to 32bit for performance reasons. 21 years ago
Tom Lane 1e85fa2008 patternsel() was improperly stripping RelabelType from the derived 21 years ago