Commit Graph

29030 Commits (02490d4692c46bee3e9279e79c5d07c576d2a32c)
 

Author SHA1 Message Date
Michael Meskes 2ad57ee276 Added some explanation about how the parser is generated, taken from an email by 16 years ago
Tom Lane 421d7d8edb Remove no-longer-needed ExecCountSlots infrastructure. 16 years ago
Tom Lane f92e8a4b5e Replace the array-style TupleTable data structure with a simple List of 16 years ago
Tom Lane 61be11ff08 Make libpq reject non-numeric and out-of-range port numbers with a suitable 16 years ago
Tom Lane 799ac99201 Sync psql's scanner with recent changes in backend scanner's flex rules. 16 years ago
Tom Lane 3686bcb9c9 Ooops, fix to Genbki.pm for ROWTYPE_OID wasn't quite right. Also, make a few 16 years ago
Tom Lane 12d8fae4cd Simplify the bootstrap (BKI) code by getting rid of a useless table of all 16 years ago
Tom Lane 23cf415a65 Hmm, seems a lot of the buildfarm is running versions of awk that 16 years ago
Tom Lane ca70c3cfda Revert my ill-considered change that made formrdesc not insert the correct 16 years ago
Tom Lane 4985635230 Extend the BKI infrastructure to allow system catalogs to be given 16 years ago
Tom Lane c2e228d44e Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the 16 years ago
Peter Eisentraut d39a84a612 Prevent isolated second surrogate in U& syntax 16 years ago
Peter Eisentraut ada0116e56 Remove backup states from Unicode escapes patch 16 years ago
Tom Lane e33eeb249e Improve example for DO, per Petr Jelinek. 16 years ago
Peter Eisentraut c2bb0378cf Unicode escapes in E'...' strings 16 years ago
Tom Lane 9048b73184 Implement the DO statement to support execution of PL code without having 16 years ago
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