Commit Graph

41577 Commits (f1b4c771ea74f42447dccaed42ffcdcccf3aa694)
 

Author SHA1 Message Date
Robert Haas f1b4c771ea Fix reporting of constraint violations for table partitioning. 9 years ago
Simon Riggs 3e353a7bc2 Add new TAP tests for pg_recvlogical 9 years ago
Simon Riggs 7c030783a5 Add pg_recvlogical —-endpos=LSN 9 years ago
Tom Lane 698127a4a9 Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics. 9 years ago
Robert Haas 345b2dcf07 Move partition_tuple_slot out of EState. 9 years ago
Tom Lane 6667d9a6d7 Re-allow SSL passphrase prompt at server start, but not thereafter. 9 years ago
Robert Haas 0fad355bec Update obsolete comments in lwlock.h. 9 years ago
Simon Riggs 0813216cb4 Add 18 new recovery TAP tests 9 years ago
Simon Riggs fb093e4cb3 Allow PostgresNode.pm tests to wait for catchup 9 years ago
Peter Eisentraut 579f700911 Better fix for sequence access in hot standby test 9 years ago
Magnus Hagander 9951741bbe Attempt to handle pending-delete files on Windows 9 years ago
Magnus Hagander 9a4d51077c Make wal streaming the default mode for pg_basebackup 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Bruce Momjian 60f1e514ad Update manual set of copyright files for 2017 9 years ago
Bruce Momjian 7090eed3b3 Update copyright for 2017 9 years ago
Tom Lane 1e942c7474 Disable prompting for passphrase while (re)loading SSL config files. 9 years ago
Peter Eisentraut 3d54c16c24 Fix hot standby tests for sequence catalog change 9 years ago
Heikki Linnakangas 31c54096a1 Remove bogus notice that older clients might not work with MD5 passwords. 9 years ago
Tom Lane de41869b64 Allow SSL configuration to be updated at SIGHUP. 9 years ago
Tom Lane 1d63f7d2d1 Use clock_gettime(), if available, in instr_time measurements. 9 years ago
Tom Lane 67a875355e In pgbench logging, avoid assuming that instr_times match Unix timestamps. 9 years ago
Tom Lane 74baa1e3b8 Avoid assuming that instr_time == struct timeval in pgbench logging. 9 years ago
Tom Lane 257d815720 Fix unstable regression test results. 9 years ago
Tom Lane 80a7298b9e Remove manual breaks in NodeTag assignments to fix duplicate tag numbers. 9 years ago
Peter Eisentraut db779d941e Fix typo in comment 9 years ago
Peter Eisentraut 27866bd1e8 Expand ad-hoc unit abbreviations in function descriptions 9 years ago
Peter Eisentraut 2e254130d1 Make more use of RoleSpec struct 9 years ago
Tom Lane f0774abde8 Fix interval_transform so it doesn't throw away non-no-op casts. 9 years ago
Andrew Dunstan 71f996d221 Explain unaccounted for space in pgstattuple. 9 years ago
Magnus Hagander 3ea56fffd6 Don't rename .partial files in pg_receivexlog if an error occured 9 years ago
Magnus Hagander 6cfa54e384 Fix typo comments 9 years ago
Tom Lane 54386f3578 Remove triggerable Assert in hashname(). 9 years ago
Tom Lane a3aef88e6a Fix incorrect error reporting for duplicate data in \crosstabview. 9 years ago
Stephen Frost 86d216c775 pg_dumpall: Include --verbose option in --help output 9 years ago
Stephen Frost f3fd531a51 Fix tab completion in psql for ALTER DEFAULT PRIVILEGES 9 years ago
Tom Lane fe591f8bf6 Replace enum InhOption with simple boolean. 9 years ago
Peter Eisentraut 158df30359 Remove unnecessary casts of makeNode() result 9 years ago
Tom Lane 3c9d398484 Doc: improve index entry for "median". 9 years ago
Tom Lane ff33d1456e Spellcheck: s/descendent/descendant/g 9 years ago
Peter Eisentraut 3e6639a465 pg_dump: Remove obsolete handling of sequence names 9 years ago
Robert Haas e13486eba0 Remove sql_inheritance GUC. 9 years ago
Robert Haas 7819ba1ef6 Remove _hash_chgbufaccess(). 9 years ago
Joe Conway 0a85c10225 Improve RLS documentation with respect to COPY 9 years ago
Robert Haas 2ac3ef7a01 Fix tuple routing in cases where tuple descriptors don't match. 9 years ago
Stephen Frost 12bd7dd317 Use TSConfigRelationId in AlterTSConfiguration() 9 years ago
Tom Lane 1ead0208b2 Fix CREATE TABLE ... LIKE ... WITH OIDS. 9 years ago
Peter Eisentraut 22434dd06b Update sequence_1.out for recent changes 9 years ago
Peter Eisentraut 909cb78a8c doc: Further speed improvements for HTML XSLT build 9 years ago
Tom Lane cd1b215692 Fix handling of expanded objects in CoerceToDomain and CASE execution. 9 years ago
Andres Freund 6ef2eba3f5 Skip checkpoints, archiving on idle systems. 9 years ago