index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-08-08
Translation updates
Peter Eisentraut
2016-08-08
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-08-08
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-08
Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.
Noah Misch
2016-08-08
Back-patch "Only quote libpq connection string values that need quoting."
Noah Misch
2016-08-08
Fix Windows shell argument quoting.
Noah Misch
2016-08-08
Reject, in pg_dumpall, names containing CR or LF.
Noah Misch
2016-08-08
Field conninfo strings throughout src/bin/scripts.
Noah Misch
2016-08-08
Introduce a psql "\connect -reuse-previous=on|off" option.
Noah Misch
2016-08-08
Sort out paired double quotes in \connect, \password and \crosstabview.
Noah Misch
2016-08-07
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-05
Teach libpq to decode server version correctly from future servers.
Tom Lane
2016-08-05
Update time zone data files to tzdata release 2016f.
Tom Lane
2016-08-02
Fix pg_dump's handling of public schema with both -c and -C options.
Tom Lane
2016-08-01
Fixed array checking code for "unsigned long long" datatypes in libecpg.
Michael Meskes
2016-08-01
Fix pg_basebackup so that it accepts 0 as a valid compression level.
Fujii Masao
2016-07-28
Guard against empty buffer in gets_fromFile()'s check for a newline.
Tom Lane
2016-07-28
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-28
Improve documentation about CREATE TABLE ... LIKE.
Tom Lane
2016-07-26
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-07-24
Make the AIX case of Makefile.shlib safe for parallel make.
Noah Misch
2016-07-21
Make pltcl regression tests safe for Danish locale.
Tom Lane
2016-07-19
Fix MSVC build for changes in zic.
Tom Lane
2016-07-19
Sync back-branch copies of the timezone code with IANA release tzcode2016c.
Tom Lane
2016-07-16
Fix crash in close_ps() for NaN input coordinates.
Tom Lane
2016-07-16
Fix torn-page, unlogged xid and further risks from heap_update().
Andres Freund
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-11
Fix TAP tests and MSVC scripts for pathnames with spaces.
Tom Lane
2016-06-22
Make "postgres -C guc" print "" not "(null)" for null-valued GUCs.
Tom Lane
2016-06-16
Fix validation of overly-long IPv6 addresses.
Tom Lane
2016-06-16
Avoid crash in "postgres -C guc" for a GUC with a null string value.
Tom Lane
2016-06-13
Fix multiple minor infelicities in aclchk.c error reports.
Tom Lane
2016-06-09
Clarify documentation of ceil/ceiling/floor functions.
Tom Lane
2016-06-07
nls-global.mk: search build dir for source files, too
Alvaro Herrera
2016-06-06
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-05-25
Avoid hot standby cancels from VAC FREEZE
Alvaro Herrera
2016-05-24
Fetch XIDs atomically during vac_truncate_clog().
Tom Lane
2016-05-24
Avoid consuming an XID during vac_truncate_clog().
Tom Lane
2016-05-23
Fix latent crash in do_text_output_multiline().
Tom Lane
2016-05-10
Fix autovacuum for shared relations
Alvaro Herrera
2016-05-09
Stamp 9.2.17.
REL9_2_17
Tom Lane
2016-05-09
Translation updates
Peter Eisentraut
2016-05-07
Distrust external OpenSSL clients; clear err queue
Peter Eisentraut
2016-05-06
Fix possible read past end of string in to_timestamp().
Tom Lane
2016-05-06
Update time zone data files to tzdata release 2016d.
Tom Lane
2016-04-30
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-28
Adjust DatumGetBool macro, this time for sure.
Tom Lane
2016-04-23
Rename strtoi() to strtoint().
Tom Lane
2016-04-22
Fix planner failure with full join in RHS of left join.
Tom Lane
2016-04-21
Improve TranslateSocketError() to handle more Windows error codes.
Tom Lane
[next]