Commit Graph

28837 Commits (f3aec2c7f51904e7920cd27115fdab831795d96b)
 

Author SHA1 Message Date
Tom Lane f3aec2c7f5 Support "samehost" and "samenet" specifications in pg_hba.conf, 17 years ago
Tom Lane f7082f269e Fix bogus Assert, per buildfarm results. 17 years ago
Tom Lane 172eacba43 Assorted improvements in contrib/hstore. 17 years ago
Peter Eisentraut 1d43e5314e Add tooltips to the header links, and make title a link to the home page 17 years ago
Tom Lane 960d7ff022 Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALL 17 years ago
Tom Lane 25549edb26 Fix equivclass.c's not-quite-right strategy for handling X=X clauses. 17 years ago
Andrew Dunstan 176c3c8db9 Convert a perl array to a postgres array when returned by Set Returning Functions as well as non SRFs. Backpatch to 8.1 where these facilities were introduced. with a little help from Abhijit Menon-Sen. 17 years ago
Michael Meskes 2ad57ee276 Added some explanation about how the parser is generated, taken from an email by 17 years ago
Tom Lane 421d7d8edb Remove no-longer-needed ExecCountSlots infrastructure. 17 years ago
Tom Lane f92e8a4b5e Replace the array-style TupleTable data structure with a simple List of 17 years ago
Tom Lane 61be11ff08 Make libpq reject non-numeric and out-of-range port numbers with a suitable 17 years ago
Tom Lane 799ac99201 Sync psql's scanner with recent changes in backend scanner's flex rules. 17 years ago
Tom Lane 3686bcb9c9 Ooops, fix to Genbki.pm for ROWTYPE_OID wasn't quite right. Also, make a few 17 years ago
Tom Lane 12d8fae4cd Simplify the bootstrap (BKI) code by getting rid of a useless table of all 17 years ago
Tom Lane 23cf415a65 Hmm, seems a lot of the buildfarm is running versions of awk that 17 years ago
Tom Lane ca70c3cfda Revert my ill-considered change that made formrdesc not insert the correct 17 years ago
Tom Lane 4985635230 Extend the BKI infrastructure to allow system catalogs to be given 17 years ago
Tom Lane c2e228d44e Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the 17 years ago
Peter Eisentraut d39a84a612 Prevent isolated second surrogate in U& syntax 17 years ago
Peter Eisentraut ada0116e56 Remove backup states from Unicode escapes patch 17 years ago
Tom Lane e33eeb249e Improve example for DO, per Petr Jelinek. 17 years ago
Peter Eisentraut c2bb0378cf Unicode escapes in E'...' strings 17 years ago
Tom Lane 9048b73184 Implement the DO statement to support execution of PL code without having 17 years ago
Tom Lane d5a43ffde0 Fix crash if a DROP is attempted on an internally-dependent object. 17 years ago
Peter Eisentraut 02faeb4ac8 Surrogate pair support for U& string and identifier syntax 17 years ago
Bruce Momjian c6bc0feb00 fsync test files 17 years ago
Tom Lane 923413ac6d Define a new, more extensible syntax for COPY options. 17 years ago
Tom Lane 0f427dfe5a Allow plpgsql IN parameters to be assigned to. Since the parameters are just 17 years ago
Tom Lane 94f238cf1a Remove a couple hundred lines of ugly and tedious-to-maintain code by not 17 years ago
Tom Lane 9dcc9c6b3b sql_help.c needs to be cvsignore'd. 17 years ago
Tom Lane 9a98dd49f4 Rename new subroutine, per discussion with Robert Haas. 17 years ago
Peter Eisentraut f7e508a759 Make the placeholder naming in the synopses of the SQL help more consistent 17 years ago
Andrew Dunstan 7ef5ffdeaf Fix MSVC build breakage from psql help changes. Per Josh Williams. 17 years ago
Tom Lane 726725d4d9 A bit more wordsmithing on the COPY CSV NULL business. 17 years ago
Tom Lane 1bd263537f Marginal code cleanup in joinpath.c: factor out clause variable-membership 17 years ago
Teodor Sigaev f92bbb899a Fix incorrect arguments for gist_box_penalty call. The bug could be observed 17 years ago
Michael Meskes dacaeff5ae Added patch by Bernd Helmle <bernd.helmle@credativ.de> that adds a low level 17 years ago
Peter Eisentraut 20f7f019f9 Easier to translate psql help 17 years ago
Bruce Momjian ef9619609a CSV NULL Documentation 17 years ago
Peter Eisentraut 87f4a26e5d Improve wording of error message when a postgresql.conf setting is 17 years ago
Bruce Momjian 41a40fe4a2 CVS NULL Documentation 17 years ago
Peter Eisentraut 44608aee04 When reloading postgresql.conf, log what parameters actually changed 17 years ago
Tom Lane 488d70ab46 Implement "join removal" for cases where the inner side of a left join 17 years ago
Peter Eisentraut e3f027115a errcontext support in PL/Perl 17 years ago
Tom Lane 384cad5c7b Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records. 17 years ago
Michael Meskes f3ef948592 Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add missing ";" to rule in pgc.l. 17 years ago
Tom Lane 9a3f5301ff Fix possible buffer overrun and/or unportable behavior in pg_md5_encrypt() 17 years ago
Peter Eisentraut c82fdb6984 Print builds don't actually depend on html target (anymore). 17 years ago
Tom Lane e97281c46c Write psql's ~/.psql_history file using history_truncate_file() and 17 years ago
Peter Eisentraut eb62398f39 Fix Unicode support in PL/Python 17 years ago