Commit Graph

28814 Commits (d5a43ffde068d67409b494d812bd7e9f514db29c)
 

Author SHA1 Message Date
Tom Lane d5a43ffde0 Fix crash if a DROP is attempted on an internally-dependent object. 16 years ago
Peter Eisentraut 02faeb4ac8 Surrogate pair support for U& string and identifier syntax 16 years ago
Bruce Momjian c6bc0feb00 fsync test files 16 years ago
Tom Lane 923413ac6d Define a new, more extensible syntax for COPY options. 16 years ago
Tom Lane 0f427dfe5a Allow plpgsql IN parameters to be assigned to. Since the parameters are just 16 years ago
Tom Lane 94f238cf1a Remove a couple hundred lines of ugly and tedious-to-maintain code by not 16 years ago
Tom Lane 9dcc9c6b3b sql_help.c needs to be cvsignore'd. 16 years ago
Tom Lane 9a98dd49f4 Rename new subroutine, per discussion with Robert Haas. 16 years ago
Peter Eisentraut f7e508a759 Make the placeholder naming in the synopses of the SQL help more consistent 16 years ago
Andrew Dunstan 7ef5ffdeaf Fix MSVC build breakage from psql help changes. Per Josh Williams. 16 years ago
Tom Lane 726725d4d9 A bit more wordsmithing on the COPY CSV NULL business. 16 years ago
Tom Lane 1bd263537f Marginal code cleanup in joinpath.c: factor out clause variable-membership 16 years ago
Teodor Sigaev f92bbb899a Fix incorrect arguments for gist_box_penalty call. The bug could be observed 16 years ago
Michael Meskes dacaeff5ae Added patch by Bernd Helmle <bernd.helmle@credativ.de> that adds a low level 16 years ago
Peter Eisentraut 20f7f019f9 Easier to translate psql help 16 years ago
Bruce Momjian ef9619609a CSV NULL Documentation 16 years ago
Peter Eisentraut 87f4a26e5d Improve wording of error message when a postgresql.conf setting is 16 years ago
Bruce Momjian 41a40fe4a2 CVS NULL Documentation 16 years ago
Peter Eisentraut 44608aee04 When reloading postgresql.conf, log what parameters actually changed 16 years ago
Tom Lane 488d70ab46 Implement "join removal" for cases where the inner side of a left join 16 years ago
Peter Eisentraut e3f027115a errcontext support in PL/Perl 16 years ago
Tom Lane 384cad5c7b Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records. 16 years ago
Michael Meskes f3ef948592 Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add missing ";" to rule in pgc.l. 16 years ago
Tom Lane 9a3f5301ff Fix possible buffer overrun and/or unportable behavior in pg_md5_encrypt() 16 years ago
Peter Eisentraut c82fdb6984 Print builds don't actually depend on html target (anymore). 16 years ago
Tom Lane e97281c46c Write psql's ~/.psql_history file using history_truncate_file() and 16 years ago
Peter Eisentraut eb62398f39 Fix Unicode support in PL/Python 16 years ago
Peter Eisentraut 6689ce3e6a Document that autovacuum_max_workers can only be set at server start 16 years ago
Heikki Linnakangas 7f2a10fecd Don't error out if recycling or removing an old WAL segment fails at the end 16 years ago
Joe Conway d6119d8091 plug dblink resource leak 16 years ago
Peter Eisentraut 4ab6ebf3f4 Add Unicode support in PL/Python 16 years ago
Tom Lane 9bb342811b Rewrite the planner's handling of materialized plan types so that there is 16 years ago
Tom Lane 5f1b32ddf8 Improve GRANT reference page's description of object ownership 16 years ago
Tom Lane 325aeb4a65 Install a hopefully-temporary workaround for Snow Leopard readdir() bug. 16 years ago
Peter Eisentraut 762140f600 Remove TODO file; it has been added to the main Todo list in the wiki. 16 years ago
Tom Lane d5a4b69c3a Fix assertion failure when a SELECT DISTINCT ON expression is volatile. 16 years ago
Tom Lane 8c5463a511 Increase the maximum value of extra_float_digits to 3, and have pg_dump 16 years ago
Peter Eisentraut 680bf3268c Remove claim that this chapter discusses rules and triggers. 16 years ago
Alvaro Herrera 19fd0c2e56 Add note that the logging collector can block backends in high load situations. 16 years ago
Tatsuo Ishii f82d4d5302 pgbench has #defines for number of branches, tellers, and accounts. There 16 years ago
Heikki Linnakangas 4e2d5efc6a On Windows, when a file is deleted and another process still has an open 16 years ago
Peter Eisentraut 3ab8b7fa6f Fix/improve bytea and boolean support in PL/Python 16 years ago
Tom Lane 255f66efa9 Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the 16 years ago
Tom Lane d69a419e68 Remove any -arch switches given in ExtUtils::Embed's ldopts from our 16 years ago
Tom Lane eeb6cb143a Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled 16 years ago
Tom Lane 59b9f3d36d Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreate 16 years ago
Tom Lane 4d3456e85d Remove outside-the-scanner references to "yyleng". 16 years ago
Magnus Hagander 9f0e84a65d Change our WIN32 API version to be 5.01 (Windows XP), to bring in the proper 16 years ago
Tom Lane 03650589d9 Update the tznames reference files, and add IDT (Israel Daylight Time) 16 years ago
Tom Lane a2367f89ff Add a note warning that COPY BINARY is very datatype-specific. 16 years ago