summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-09-19MSVC: Include pg_recvlogical in client-only install.Robert Haas
2016-09-18Fix ecpg -? option on Windows, add -V alias for --version.Heikki Linnakangas
2016-09-15Fix building with LibreSSL.Heikki Linnakangas
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2016-09-12Fix copy/pasto in file identificationSimon Riggs
2016-09-10Improve unreachability recognition in elog() macro.Tom Lane
2016-09-10Fix miserable coding in pg_stat_get_activity().Tom Lane
2016-09-09Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera
2016-09-09Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVALSimon Riggs
2016-09-08Fix mdtruncate() to close fd.c handle of deleted segments.Andres Freund
2016-09-08Don't print database's tablespace in pg_dump -C --no-tablespaces output.Tom Lane
2016-09-05Add regression test coverage for non-default timezone abbreviation sets.Tom Lane
2016-09-04Remove vestigial references to "zic" in favor of "IANA database".Tom Lane
2016-09-03Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware.Tom Lane
2016-09-02Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane
2016-09-01Suppress GCC 6 warning about self-comparisonTom Lane
2016-08-31Prevent starting a standalone backend with standby_mode on.Tom Lane
2016-08-29Fix pg_receivexlog compileAlvaro Herrera
2016-08-29Fix pg_receivexlog --synchronousSimon Riggs
2016-08-29Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.Fujii Masao
2016-08-26Fix potential memory leakage from HandleParallelMessages().Tom Lane
2016-08-26Fix assorted small bugs in ThrowErrorData().Tom Lane
2016-08-25Fix instability in parallel regression tests.Tom Lane
2016-08-25Fix small query-lifespan memory leak in bulk updates.Tom Lane
2016-08-24Fix improper repetition of previous results from a hashed aggregate.Tom Lane
2016-08-22Fix possible sorting error when aborting use of abbreviated keys.Robert Haas
2016-08-19reorderbuffer: preserve errno while reporting errorAlvaro Herrera
2016-08-18Update line count totals for psql help displays.Tom Lane
2016-08-18In plpgsql, don't try to convert int2vector or oidvector to expanded array.Tom Lane
2016-08-18Update Windows timezone mapping from Windows 7 and 10Magnus Hagander
2016-08-18Fix deletion of speculatively inserted TOAST on conflictAndres Freund
2016-08-17Properly re-initialize replication slot shared memory upon creation.Andres Freund
2016-08-16Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane
2016-08-14Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane
2016-08-12Fix inappropriate printing of never-measured times in EXPLAIN.Tom Lane
2016-08-12Code cleanup in SyncRepWaitForLSN()Simon Riggs
2016-08-11Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.Tom Lane
2016-08-08Stamp 9.5.4.REL9_5_4Tom Lane
2016-08-08Fix several one-byte buffer over-reads in to_numberPeter Eisentraut
2016-08-08Translation updatesPeter Eisentraut
2016-08-08Fix two errors with nested CASE/WHEN constructs.Tom Lane
2016-08-08Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch
2016-08-08Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.Noah Misch
2016-08-08Fix Windows shell argument quoting.Noah Misch
2016-08-08Reject, in pg_dumpall, names containing CR or LF.Noah Misch
2016-08-08Field conninfo strings throughout src/bin/scripts.Noah Misch
2016-08-08Introduce a psql "\connect -reuse-previous=on|off" option.Noah Misch
2016-08-08Sort out paired double quotes in \connect, \password and \crosstabview.Noah Misch
2016-08-07Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane
2016-08-07Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane