summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-11Revert fd2ace802811c333b0b4e1a28b138fd4774745f3Bruce Momjian
2014-01-11Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.Tom Lane
2014-01-11docs: remove undocumented assign syntax in plpgsql examplesBruce Momjian
2014-01-11Add another regression test cross-checking operator and function comments.Tom Lane
2014-01-11Remove DESCR entries for json operator functions.Andrew Dunstan
2014-01-11Adjust pg_upgrade for move of username lookup functions to /commonBruce Momjian
2014-01-10Move username lookup functions from /port to /commonBruce Momjian
2014-01-10Accept pg_upgraded tuples during multixact freezingAlvaro Herrera
2014-01-09Remove unnecessary local variables to work around an icc optimization bug.Tom Lane
2014-01-09Changed regression test to ecpg test suite for alignment problem just with lastMichael Meskes
2014-01-09Fix descriptor output in ECPG.Michael Meskes
2014-01-09Refactor checking whether we've reached the recovery target.Heikki Linnakangas
2014-01-09pgcrypto: Make header files stand alonePeter Eisentraut
2014-01-09We don't need to include pg_sema.h in s_lock.h anymore.Tom Lane
2014-01-09Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane
2014-01-08Reduce the number of semaphores used under --disable-spinlocks.Robert Haas
2014-01-08Fix pause_at_recovery_target + recovery_target_inclusive combination.Heikki Linnakangas
2014-01-08If multiple recovery_targets are specified, use the latest one.Heikki Linnakangas
2014-01-08Avoid extra AggCheckCallContext() checks in ordered-set aggregates.Tom Lane
2014-01-08Save a few cycles in advance_transition_function().Tom Lane
2014-01-08Fix bug in determining when recovery has reached consistency.Heikki Linnakangas
2014-01-08pg_upgrade: Fix fatal error handlingPeter Eisentraut
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-07Fix LATERAL references to target table of UPDATE/DELETE.Tom Lane
2014-01-07Silence compiler warning on MSVC.Heikki Linnakangas
2014-01-07Move permissions check from do_pg_start_backup to pg_start_backupMagnus Hagander
2014-01-07Avoid including tablespaces inside PGDATA twice in base backupsMagnus Hagander
2014-01-07Add more use of psprintf()Peter Eisentraut
2014-01-06Remove bogus -K option from pg_dump.Heikki Linnakangas
2014-01-05Cache catalog lookup data across groups in ordered-set aggregates.Tom Lane
2014-01-04Fix translatability markings in psql, and add defenses against future bugs.Tom Lane
2014-01-04Fix header comment for bitncmp().Tom Lane
2014-01-04Fix typo in comment.Tom Lane
2014-01-03Restore some comments lost during 15732b34e8c8Alvaro Herrera
2014-01-03Ooops, should use double not single quotes in StaticAssertStmt().Tom Lane
2014-01-03Fix calculation of maximum statistics-message size.Tom Lane
2014-01-02Handle 5-char filenames in SlruScanDirectoryAlvaro Herrera
2014-01-02Wrap multixact/members correctly during extensionAlvaro Herrera
2014-01-02Handle wraparound during truncation in multixact/membersAlvaro Herrera
2014-01-02Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas
2014-01-02Fix contrib/pg_upgrade to clean all the cruft made during "make check".Tom Lane
2014-01-02Rename walLogHints to wal_log_hints for easier grepping.Robert Haas
2014-01-01Do not use an empty hostname.Michael Meskes
2013-12-30Fix broken support for event triggers as extension members.Tom Lane
2013-12-30Fix alphabetization in catalogs.sgml.Tom Lane
2013-12-30Remove dead code now that orindxpath.c is history.Tom Lane
2013-12-30Extract restriction OR clauses whether or not they are indexable.Tom Lane
2013-12-29Don't attempt to limit target database for pg_restore.Kevin Grittner
2013-12-29Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE.Tom Lane
2013-12-29Update grammarPeter Eisentraut