Commit Graph

22415 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

Author SHA1 Message Date
Heikki Linnakangas a1a847d31f Teach pg_controldata and pg_resetxlog about the new backupEndRequired field 15 years ago
Heikki Linnakangas 1d0392b245 Fix comment about which version had BACKUP METHOD line in backup_lable, again. 15 years ago
Peter Eisentraut 7f699804b1 Move \r out of translatable strings 15 years ago
Tom Lane b5282aa893 Revise sinval code to remove no-longer-used tuple TID from inval messages. 15 years ago
Tom Lane 632ae6829f Forget about targeting catalog cache invalidations by tuple TID. 15 years ago
Tom Lane f4d7f1adba Fix incorrect order of operations during sinval reset processing. 15 years ago
Tom Lane 7b0d0e9356 Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL. 15 years ago
Tom Lane 2ada6779c5 Fix race condition in relcache init file invalidation. 15 years ago
Magnus Hagander 1bb69245ab Adjust total size in pg_basebackup progress report when reality changes 15 years ago
Heikki Linnakangas 2877c67bc2 Fix bogus comment that claimed that the new BACKUP METHOD line in 15 years ago
Peter Eisentraut 3b3f09351b Make pg_basebackup progress report translatable 15 years ago
Peter Eisentraut 005e5c30d1 Use less cryptic variable names 15 years ago
Peter Eisentraut 5845f42721 Adjust regression tests for error message change 15 years ago
Peter Eisentraut e5475a80d2 Add "Reason code" prefix to internal SSI error messages 15 years ago
Tom Lane 52994e9e56 Fix unsafe order of operations in foreign-table DDL commands. 15 years ago
Tom Lane 592b615d71 Fix incorrect timeout handling during initial authentication transaction. 15 years ago
Bruce Momjian 6d7bd5dec9 Make USECS_PER_* timestamp macros visible even when we are not using 15 years ago
Tom Lane a180776f7a Teach unix_latch.c to use poll() where available. 15 years ago
Robert Haas d82d84864c Display both per-table and per-column FDW options in psql's \d output. 15 years ago
Robert Haas 5057366eed Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation name. 15 years ago
Robert Haas 59414cdedb Change psql's \dd command to do something more useful. 15 years ago
Tom Lane cff75130b5 Remove wal_sender_delay GUC, because it's no longer useful. 15 years ago
Tom Lane 79b2ee20c8 Add a bit of debug logging to backend_read_statsfile(). 15 years ago
Tom Lane 4dab3d5ae1 Change the autovacuum launcher to use WaitLatch instead of a poll loop. 15 years ago
Heikki Linnakangas 1f1b70a7cf Oops, we're working on version 9.2 already, not 9.1. Update the 15 years ago
Heikki Linnakangas 41f9ffd928 If backup-end record is not seen, and we reach end of recovery from a 15 years ago
Tom Lane 9f17ffd866 Measure WaitLatch's timeout parameter in milliseconds, not microseconds. 15 years ago
Tom Lane 4e15a4db5e Documentation improvement and minor code cleanups for the latch facility. 15 years ago
Tom Lane cff60f2dfa Avoid creating PlaceHolderVars immediately within PlaceHolderVars. 15 years ago
Peter Eisentraut f4a9da0a15 Use clearer notation for getnameinfo() return handling 15 years ago
Heikki Linnakangas 77949a2913 Change the way string relopts are allocated. 15 years ago
Heikki Linnakangas 5b6c8436d7 Fix grammar and spelling in log message. 15 years ago
Tom Lane 77ba232564 Fix nested PlaceHolderVar expressions that appear only in targetlists. 15 years ago
Robert Haas d82a9d2a60 Teach psql to display the comments on SQL/MED objects in verbose mode. 15 years ago
Robert Haas c9ac00e6ec Teach psql to display the comments on conversions and domains. 15 years ago
Andrew Dunstan f54e373d93 Correct the lie in pg_config.h.win32 about having inttypes.h. 15 years ago
Tom Lane 05e8396892 Clean up ill-advised attempt to invent a private set of Node tags. 15 years ago
Tom Lane 375aa7b393 Reduce PG_SYSLOG_LIMIT to 900 bytes. 15 years ago
Robert Haas c4096c7639 Allow per-column foreign data wrapper options. 15 years ago
Robert Haas b43bf617fd Tweak PQresStatus() to avoid a clang compiler warning. 15 years ago
Andrew Dunstan a11cf43341 Restore the primacy of postgres.h in plpython.c. 15 years ago
Robert Haas 84e3712677 Create VXID locks "lazily" in the main lock table. 15 years ago
Robert Haas 3b17efdfdd Teach psql to display comments on languages and casts. 15 years ago
Robert Haas 4af43ee3f1 Make pgbench use erand48() rather than random(). 15 years ago
Tom Lane ac36e6f71f Move CheckRecoveryConflictDeadlock() call to a safer place. 15 years ago
Tom Lane 2e53bd5517 Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId. 15 years ago
Heikki Linnakangas 89df948ec2 Avoid integer overflow when LIMIT + OFFSET >= 2^63. 15 years ago
Robert Haas 85b436f7b1 Minor stylistic corrections. 15 years ago
Peter Eisentraut 8a0fa9cad9 Add host name resolution information to pg_hba.conf error messages 15 years ago
Robert Haas b4fbe392f8 Reduce sinval synchronization overhead. 15 years ago