Commit Graph

36172 Commits (fa4440f51628d692f077d54b8313aea31af087ea)
 

Author SHA1 Message Date
Tom Lane c3ccc9ee58 Fix possible buffer overrun in contrib/pg_trgm. 12 years ago
Heikki Linnakangas 866a1f0923 Fix calculation of ISMN check digit. 12 years ago
Heikki Linnakangas 04038148b6 Add OVERLAPS to index in the docs. 12 years ago
Michael Meskes 976a7d1156 Always use the same way to addres a descriptor in ecpg's regression tests. 12 years ago
Bruce Momjian bb953ad164 Fix pg_dumpall on pre-8.1 servers 12 years ago
Tom Lane 158b7fa6a3 Disallow LATERAL references to the target table of an UPDATE/DELETE. 12 years ago
Tom Lane 910bac5953 Fix possible crashes due to using elog/ereport too early in startup. 12 years ago
Bruce Momjian d84c584ece Revert fd2ace8028 12 years ago
Tom Lane 6286526207 Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD. 12 years ago
Bruce Momjian fd2ace8028 docs: remove undocumented assign syntax in plpgsql examples 12 years ago
Tom Lane 28233ffaa4 Add another regression test cross-checking operator and function comments. 12 years ago
Andrew Dunstan 11829ff8b2 Remove DESCR entries for json operator functions. 12 years ago
Bruce Momjian 850ade3e32 Adjust pg_upgrade for move of username lookup functions to /common 12 years ago
Bruce Momjian 111022eac6 Move username lookup functions from /port to /common 12 years ago
Alvaro Herrera 423e1211a8 Accept pg_upgraded tuples during multixact freezing 12 years ago
Tom Lane faab7a957d Remove unnecessary local variables to work around an icc optimization bug. 12 years ago
Michael Meskes 192b4aacad Changed regression test to ecpg test suite for alignment problem just with last 12 years ago
Michael Meskes d685e24249 Fix descriptor output in ECPG. 12 years ago
Heikki Linnakangas c945af80cf Refactor checking whether we've reached the recovery target. 12 years ago
Peter Eisentraut 10a3b165a3 pgcrypto: Make header files stand alone 12 years ago
Tom Lane 220b34331f We don't need to include pg_sema.h in s_lock.h anymore. 12 years ago
Tom Lane 080b7db72e Fix "cannot accept a set" error when only some arms of a CASE return a set. 12 years ago
Robert Haas daa7527afc Reduce the number of semaphores used under --disable-spinlocks. 12 years ago
Heikki Linnakangas 3739e5ab93 Fix pause_at_recovery_target + recovery_target_inclusive combination. 12 years ago
Heikki Linnakangas 815d71deed If multiple recovery_targets are specified, use the latest one. 12 years ago
Tom Lane 847e46abc9 Avoid extra AggCheckCallContext() checks in ordered-set aggregates. 12 years ago
Tom Lane e6336b8b57 Save a few cycles in advance_transition_function(). 12 years ago
Heikki Linnakangas d59ff6c110 Fix bug in determining when recovery has reached consistency. 12 years ago
Peter Eisentraut ca607b155e pg_upgrade: Fix fatal error handling 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane 0c051c9008 Fix LATERAL references to target table of UPDATE/DELETE. 12 years ago
Heikki Linnakangas f68220df92 Silence compiler warning on MSVC. 12 years ago
Magnus Hagander 9544cc0d65 Move permissions check from do_pg_start_backup to pg_start_backup 12 years ago
Magnus Hagander b168c5ef27 Avoid including tablespaces inside PGDATA twice in base backups 12 years ago
Peter Eisentraut edc43458d7 Add more use of psprintf() 12 years ago
Heikki Linnakangas 10a82cda67 Remove bogus -K option from pg_dump. 12 years ago
Tom Lane 8b49a6044d Cache catalog lookup data across groups in ordered-set aggregates. 12 years ago
Tom Lane 92459e7a7f Fix translatability markings in psql, and add defenses against future bugs. 12 years ago
Tom Lane 5858cf8ab2 Fix header comment for bitncmp(). 12 years ago
Tom Lane 9929975666 Fix typo in comment. 12 years ago
Alvaro Herrera 1a3e82a7f9 Restore some comments lost during 15732b34e8 12 years ago
Tom Lane a3b4aeecfe Ooops, should use double not single quotes in StaticAssertStmt(). 12 years ago
Tom Lane a7ef273e1c Fix calculation of maximum statistics-message size. 12 years ago
Alvaro Herrera 638cf09e76 Handle 5-char filenames in SlruScanDirectory 12 years ago
Alvaro Herrera a50d976254 Wrap multixact/members correctly during extension 12 years ago
Alvaro Herrera 722acf51a0 Handle wraparound during truncation in multixact/members 12 years ago
Robert Haas 3cff1879f8 Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them. 12 years ago
Tom Lane 4cf81b737d Fix contrib/pg_upgrade to clean all the cruft made during "make check". 12 years ago
Robert Haas 4b351841fa Rename walLogHints to wal_log_hints for easier grepping. 12 years ago
Michael Meskes 7c957ec83e Do not use an empty hostname. 12 years ago