summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-12Fix corner case where SELECT FOR UPDATE could return a row twice.Tom Lane
2014-12-11Further changes to REINDEX SCHEMASimon Riggs
2014-12-11Make rowsecurity test clean up after itself, too.Tom Lane
2014-12-11Fix completely broken REINDEX SCHEMA testcase.Tom Lane
2014-12-11Fix assorted confusion between Oid and int32.Tom Lane
2014-12-11Use correct macro for reltablespace.Heikki Linnakangas
2014-12-11Fix typoPeter Eisentraut
2014-12-11Fix minor thinko in convertToJsonb().Tom Lane
2014-12-09Add a regression test suite for SSL support.Heikki Linnakangas
2014-12-09Silence REINDEXSimon Riggs
2014-12-08Execute 18 tests for src/bin/scripts/t/090..Simon Riggs
2014-12-08REINDEX SCHEMASimon Riggs
2014-12-08Windows: use GetSystemTimePreciseAsFileTime if availableSimon Riggs
2014-12-08Use GetSystemTimeAsFileTime directly in win32Simon Riggs
2014-12-07Remove duplicate code in heap_prune_chain()Simon Riggs
2014-12-07Event Trigger for table_rewriteSimon Riggs
2014-12-07Tweaks for recovery_target_actionSimon Riggs
2014-12-05Give a proper error message if initdb password file is empty.Heikki Linnakangas
2014-12-05Don't include file type bits in tar archive's mode field.Heikki Linnakangas
2014-12-05Remove erroneous EXTRA_CLEAN line from Makefile.Heikki Linnakangas
2014-12-05Print new track_commit_timestamp in rm_desc of a parameter-change record.Heikki Linnakangas
2014-12-05Print wal_log_hints in the rm_desc routing of a parameter-change record.Heikki Linnakangas
2014-12-05Don't dump core if pq_comm_reset() is called before pq_init().Robert Haas
2014-12-04Fix PGXS vpath build when PostgreSQL is built with vpathPeter Eisentraut
2014-12-04Revert haphazard pgxs makefile changesPeter Eisentraut
2014-12-04Remove USE_VPATH make variable from PGXSPeter Eisentraut
2014-12-04Fix SHLIB_PREREQS use in contrib, allowing PGXS buildsPeter Eisentraut
2014-12-04Move PG_AUTOCONF_FILENAME definitionPeter Eisentraut
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-12-03Fix typosAlvaro Herrera
2014-12-03Fix whitespacePeter Eisentraut
2014-12-03Install kludges to fix check-world for src/test/modulesAlvaro Herrera
2014-12-02Improve error messages for malformed array input strings.Tom Lane
2014-12-02Don't skip SQL backends in logical decoding for visibility computation.Andres Freund
2014-12-02Fix JSON aggregates to work properly when final function is re-executed.Tom Lane
2014-12-02Minor cleanup of function declarations for BRIN.Tom Lane
2014-12-02dummy_seclabel: add sql/, expected/, and .gitignoresAlvaro Herrera
2014-12-01Guard against bad "dscale" values in numeric_recv().Tom Lane
2014-12-01Move security_label testAlvaro Herrera
2014-12-01Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan
2014-12-01Put SSL_pending() call behind the new internal SSL API.Heikki Linnakangas
2014-12-01Add a #define for the inet overlaps operator.Tom Lane
2014-11-30Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b7210df3f20cd8 et al.Tom Lane
2014-11-30Move test modules from contrib to src/test/modulesAlvaro Herrera
2014-11-29Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconninfo().Noah Misch
2014-11-29Revert "Add libpq function PQhostaddr()."Noah Misch
2014-11-28Fix BRIN operator family definitionsAlvaro Herrera
2014-11-28Update transaction README for persistent multixactsAlvaro Herrera
2014-11-28Add bms_get_singleton_member(), and use it where appropriate.Tom Lane
2014-11-28Add bms_next_member(), and use it where appropriate.Tom Lane