summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-08-23doc: Improve pg_restore help outputPeter Eisentraut
2014-08-22Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera
2014-08-22Fix outdated commentAlvaro Herrera
2014-08-22Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane
2014-08-22Fix comment in pg_basebackup.Heikki Linnakangas
2014-08-22Change the way pg_basebackup's tablespace mapping is implemented.Heikki Linnakangas
2014-08-22Fix whitespacePeter Eisentraut
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
2014-08-21Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas
2014-08-20More regression test cases for json/jsonb extraction operators.Tom Lane
2014-08-20Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane
2014-08-20Use comma+space as the separator in the default search_path.Heikki Linnakangas
2014-08-19Revert "Fix bug in checking of IDENTIFY_SYSTEM result."Fujii Masao
2014-08-19Fix bug in checking of IDENTIFY_SYSTEM result.Fujii Masao
2014-08-19Install libpq DLL with $(INSTALL_SHLIB).Noah Misch
2014-08-19Finish adding file version information to installed Windows binaries.Noah Misch
2014-08-19Replace a few strncmp() calls with strlcpy().Noah Misch
2014-08-18Fix further concerns about psql wrapping in expanded mode havingGreg Stark
2014-08-18Reorganize functions in be-secure-openssl.cHeikki Linnakangas
2014-08-18Use ISO 8601 format for dates converted to JSON, too.Tom Lane
2014-08-16Fix bogus return macros in range_overright_internal().Tom Lane
2014-08-16Add opr_sanity queries to inspect commutator/negator links more closely.Tom Lane
2014-08-16Fix bogus commutator/negator links for JSONB containment operators.Tom Lane
2014-08-15Remove remnants of a JENTRY_ISFIRST flag bit.Heikki Linnakangas
2014-08-15Set shared library path for in-tree TAP testsPeter Eisentraut
2014-08-14Add sortsupport routines for text.Robert Haas
2014-08-14Fix help message in pg_ctl.Fujii Masao
2014-08-14Fix whitespacePeter Eisentraut
2014-08-14Add some noreturn attributes based on compiler recommendationsPeter Eisentraut
2014-08-13Prevent memory leaks in parseRelOptions().Tom Lane
2014-08-13Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap.Tom Lane
2014-08-13Expose -S option in pg_receivexlog.Fujii Masao
2014-08-12pg_recvlogical message and code improvements.Andres Freund
2014-08-12Be less aggressive in asking for feedback of logical walsender clients.Andres Freund
2014-08-12Change first call of ProcessConfigFile so as to process only data_directory.Fujii Masao
2014-08-12Add tab-completion for \unset and valid setting values of psql variables.Fujii Masao
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-08-09Clean up handling of unknown-type inputs in json_build_object and friends.Tom Lane
2014-08-09Further cleanup of JSON-specific error messages.Tom Lane
2014-08-09Reject duplicate column names in foreign key referenced-columns lists.Tom Lane
2014-08-09Small message fixesPeter Eisentraut
2014-08-08Add -F option to pg_receivexlog, for specifying fsync interval.Fujii Masao
2014-08-07pg_upgrade: prevent oid conflicts with new-cluster TOAST tablesBruce Momjian
2014-08-07Improve comment.Heikki Linnakangas
2014-08-06Add PG_RETURN_UINT16 macro.Robert Haas
2014-08-06Don't require sort support functions to provide a comparator.Robert Haas
2014-08-06Fix alternate regression test output file.Robert Haas
2014-08-06Refactor pg_receivexlog main loop code, for readability, take 2.Fujii Masao
2014-08-06Change ParseConfigFp() so that it doesn't process unused entry of each parame...Fujii Masao
2014-08-05Fix typo in C comment.Kevin Grittner