Commit Graph

42794 Commits (54bb322ec7e1f7c3a674b4ea02f7010a51d51f99)
 

Author SHA1 Message Date
Tom Lane 54bb322ec7 Format v10 release notes' commit references more like previous releases. 8 years ago
Tom Lane 1c8b88ab9b Improve v10 release notes' discussion of money operator changes. 8 years ago
Tom Lane eac0a6c7d3 Avoid locale-dependent output in select_views regression test. 8 years ago
Tom Lane 764cb2b596 Fix typo in pg_dump's support for dumping collations from pre-v10 servers. 8 years ago
Tom Lane 94aced8cd0 Move autogenerated array types out of the way during ALTER ... RENAME. 8 years ago
Tom Lane 0461b66e36 Fix pg_dump to not emit invalid SQL for an empty operator class. 8 years ago
Magnus Hagander 9c34a05b7d Remove docs mention of PGREALM variable 8 years ago
Alvaro Herrera 08aa550694 Update expected file 8 years ago
Alvaro Herrera eb67e2e35a extended stats: Clarify behavior of omitting stat type clause 8 years ago
Alvaro Herrera ea3e310e71 Fix message case 8 years ago
Peter Eisentraut 04f1798eaa Fix whitespace 8 years ago
Heikki Linnakangas 505b5d2f86 Abort authentication if the client selected an invalid SASL mechanism. 8 years ago
Peter Eisentraut 073ce405d6 Fix table syncing with different column order 8 years ago
Peter Eisentraut 92ecb148e5 Improve logical replication worker log messages 8 years ago
Robert Haas 85c2b9a15a Code review of get_qual_for_list. 8 years ago
Tom Lane 9ae2661fe1 Tighten checks for whitespace in functions that parse identifiers etc. 8 years ago
Magnus Hagander f61bd73993 Update URLs in pgindent source and README 8 years ago
Heikki Linnakangas 1c9b6e818f Verify that the server constructed the SCRAM nonce correctly. 8 years ago
Michael Meskes d951db2eff Synced ecpg's pg_type.h with the one used in the backend. 8 years ago
Magnus Hagander 312bac54cc Fix typo in comment 8 years ago
Tom Lane d761fe2182 Fix precision and rounding issues in money multiplication and division. 8 years ago
Tom Lane 2dd510e630 Fix contrib/sepgsql regression tests for partition NOT NULL change. 8 years ago
Tom Lane 7f77cbd996 Change documentation references to PG website to use https: not http: 8 years ago
Tom Lane 5c837ddd70 Rethink flex flags for syncrep_scanner.l. 8 years ago
Robert Haas a95410e2ec pg_upgrade: Handle hash index upgrades more smoothly. 8 years ago
Peter Eisentraut e807d8b163 Fix mistake in error message 8 years ago
Robert Haas 5f374fe7a8 libpq: Try next host if one of them times out. 8 years ago
Robert Haas aa41bc794c Capitalize SHOW when testing whether target_session_attrs=read-write. 8 years ago
Robert Haas b522759508 Copy partitioned_rels lists to avoid shared substructure. 8 years ago
Tom Lane cf5389f5b5 Fix misspelled struct tag. 8 years ago
Robert Haas ac8d7e1b83 Fix corruption of tableElts list by MergeAttributes(). 8 years ago
Peter Eisentraut 7f17ae0ad0 Fix argument name differences 8 years ago
Bruce Momjian f6d5d22ea9 doc: remove duplicate PG 10 release notes entry 8 years ago
Bruce Momjian f45d86d762 doc: fix PG 10 release notes with proper attribution and commit 8 years ago
Heikki Linnakangas 866490a6b7 Fix compilation with --with-bsd-auth. 8 years ago
Peter Eisentraut f4205c4c1f doc: Fix ALTER SUBSCRIPTION option syntax synopsis 8 years ago
Heikki Linnakangas 94884e1c27 Make slab allocator work on platforms with MAXIMUM_ALIGNOF < sizeof(int). 8 years ago
Robert Haas 3ec76ff1f2 Don't explicitly mark range partitioning columns NOT NULL. 8 years ago
Heikki Linnakangas 2df537e43f Fix typo in comment. 8 years ago
Peter Eisentraut 157239d2cd pg_dump: Fix dumping of slot_name = NONE 8 years ago
Peter Eisentraut 6234569851 Improve CREATE SUBSCRIPTION option parsing 8 years ago
Bruce Momjian ce55481032 Post-PG 10 beta1 pgperltidy run 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Bruce Momjian 8a94332478 Update typedefs list in prep. for post-PG10 beta1 pgindent run 8 years ago
Bruce Momjian df238b43d7 Add download URL for perltidy version v20090616 8 years ago
Robert Haas b2e4399baa Code review for make_partition_op_expr. 8 years ago
Tom Lane 05b5feb60e Revert changes to pg_basebackup and pg_waldump usage() code. 8 years ago
Robert Haas 236d6d462d Remove redundant has_null member from PartitionBoundInfoData. 8 years ago
Peter Eisentraut 3db22794b7 Add more tests for CREATE SUBSCRIPTION 8 years ago
Tom Lane 9485516ea2 Make psql handle EOF during COPY FROM STDIN properly on all platforms. 8 years ago