summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-19Make pg_service.conf sample LDIF more portable.Noah Misch
2014-08-19Document new trigger-related forms of ALTER FOREIGN TABLE.Noah Misch
2014-08-18Adjust Release Notes to reflect holding off wrapped expanded mode until 9.5 (...Greg Stark
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-18Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation.Tom Lane
2014-08-18Use ISO 8601 format for dates converted to JSON, too.Tom Lane
2014-08-18Add missing index terms for replication commands in the document.Fujii Masao
2014-08-18Make an editorial pass over the 9.4 release notes.Tom Lane
2014-08-17Improve DISCARD documentation.Tom Lane
2014-08-17doc: Work around stylesheet bug for man buildPeter Eisentraut
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-15Fix whitespacePeter Eisentraut
2014-08-15pg_upgrade: fix define adjusted during testingBruce Momjian
2014-08-15pg_upgrade: error if run from top of new PGDATA on WindowsBruce Momjian
2014-08-15Doc fix: New York State's capital is Albany.Heikki Linnakangas
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-15doc: Fix DocBook XML validityPeter Eisentraut
2014-08-14Update SysV parameter configuration documentation for FreeBSD.Tom Lane
2014-08-14docs: Add missing period.Robert Haas
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-14doc: Remove obsolete set element DSSSL customizationsPeter 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-12Fix typo in \setrandom document.Fujii Masao
2014-08-12Be less aggressive in asking for feedback of logical walsender clients.Andres Freund
2014-08-12Enhance pgbench's option checking.Tatsuo Ishii
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-11Fix documentation oversights about pageinspect and initialization fork.Fujii Masao
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-08-10Clarify type resolution behavior for domain types.Tom Lane
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