Commit Graph

39554 Commits (23c2dd03d5db2f4a20dcd09bd6c49e293e3c8f03)
 

Author SHA1 Message Date
Tom Lane 5afdfc9cbb Update UCS_to_GB18030.pl with info about origin of the reference file. 10 years ago
Tom Lane e17dab53ea Auto-generate file header comments in Unicode mapping files. 10 years ago
Tom Lane 40cb21f70b Improve PQhost() to return useful data for default Unix-socket connections. 10 years ago
Teodor Sigaev 92e38182d7 COPY (INSERT/UPDATE/DELETE .. RETURNING ..) 10 years ago
Tom Lane 0da3a9bef7 Fix failure to consider failure cases in GetComboCommandId(). 10 years ago
Tom Lane c5ef8ce53d Be more paranoid about null return values from libpq status functions. 10 years ago
Tom Lane 46166197c3 Improve div_var_fast(), mostly by making comments better. 10 years ago
Teodor Sigaev 0271e27c10 Add forgotten file in commit d6061f83a1 10 years ago
Teodor Sigaev d6061f83a1 Improve pageinspect module 10 years ago
Bruce Momjian 13b30c16f3 pg_upgrade: fix CopyFile() on Windows to fail on file existence 10 years ago
Peter Eisentraut cbd96eff25 doc: Some improvements on CREATE POLICY and ALTER POLICY documentation 10 years ago
Teodor Sigaev d00352573a Clarify pg_rewind connection requirements. 10 years ago
Peter Eisentraut 2ef7a985fb doc: Add more documentation about wal_retrieve_retry_interval 10 years ago
Tom Lane 00cdd83521 Adopt the GNU convention for handling tar-archive members exceeding 8GB. 10 years ago
Tom Lane 074c5cfbfb Fix handling of inherited check constraints in ALTER COLUMN TYPE (again). 10 years ago
Robert Haas 6c878a7553 Avoid server crash when worker registration fails at execution time. 10 years ago
Robert Haas 74d0d5f3eb Fix typo in comment. 10 years ago
Robert Haas fea2b642fd Remove numbers from incorrectly-numbered list. 10 years ago
Tom Lane 68c1d7d42e Dodge a macro-name conflict with Perl. 10 years ago
Peter Eisentraut db135e834a doc: Clarify some things on pg_receivexlog reference page 10 years ago
Tom Lane 9be3a4e24d Fix thinko: errmsg -> ereport. 10 years ago
Robert Haas bc4996e61b Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR. 10 years ago
Andrew Dunstan f11c557e92 fix a perl typo 10 years ago
Andrew Dunstan c2d5657c0f Update docs for vcregress.pl bincheck changes 10 years ago
Andrew Dunstan d835dd6685 Improve vcregress.pl's handling of tap tests for client programs 10 years ago
Robert Haas 7907a949ab Fix incomplete set_foreignscan_references handling for fdw_recheck_quals 10 years ago
Andres Freund d3c8ac114f Remove function names from some elog() calls in heapam.c. 10 years ago
Andres Freund edf68b2ed5 Improve ON CONFLICT documentation. 10 years ago
Tom Lane 32f15d05c8 Accept flex > 2.5.x in configure. 10 years ago
Robert Haas e073490457 Make a comment more precise. 10 years ago
Robert Haas 166b61a88e Avoid aggregating worker instrumentation multiple times. 10 years ago
Robert Haas adeee97486 Fix dumb bug in tqueue.c 10 years ago
Tom Lane 5f10b7a604 Fix possible internal overflow in numeric division. 10 years ago
Peter Eisentraut c5ec406412 Message style fix 10 years ago
Peter Eisentraut 5be5b5029f Improve message 10 years ago
Peter Eisentraut 5db837d3f2 Message improvements 10 years ago
Peter Eisentraut 53264c7b1e doc: Fix commas and improve spacing 10 years ago
Robert Haas e93b62985f Remove volatile qualifiers from bufmgr.c and freelist.c 10 years ago
Tom Lane 8004953b5a Speed up ruleutils' name de-duplication code, and fix overlength-name case. 10 years ago
Robert Haas 179c97bf58 Remove accidentally-committed debugging code. 10 years ago
Tom Lane 7745bc352a Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts. 10 years ago
Tom Lane 7d9a4737c2 Improve type numeric's calculations for ln(), log(), exp(), pow(). 10 years ago
Bruce Momjian e57646e962 Fix spelling error in postgresql.conf 10 years ago
Bruce Momjian 025106e314 pg_upgrade: properly detect file copy failure on Windows 10 years ago
Stephen Frost 42aa1c032e Correct sepgsql docs with regard to RLS 10 years ago
Alvaro Herrera 83dec5a712 vacuumdb: don't prompt for passwords over and over 10 years ago
Robert Haas fe702a7b3f Move each SLRU's lwlocks to a separate tranche. 10 years ago
Tom Lane c405918858 Fix unwanted flushing of libpq's input buffer when socket EOF is seen. 10 years ago
Robert Haas c3e7c24a1d libpq: Notice errors a backend may have sent just before dying. 10 years ago
Robert Haas ac1d7945f8 Make idle backends exit if the postmaster dies. 10 years ago