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
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2016-03-10
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-03
Fix json_to_record() bug with nested objects.
Tom Lane
2016-02-29
Remove useless unary plus.
Tom Lane
2016-02-29
Avoid multiple free_struct_lconv() calls on same data.
Tom Lane
2016-02-06
Force certain "pljava" custom GUCs to be PGC_SUSET.
Noah Misch
2016-02-03
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2016-01-20
Properly install dynloader.h on MSVC builds
Bruce Momjian
2016-01-01
Teach flatten_reloptions() to quote option values safely.
Tom Lane
2016-01-01
Add some more defenses against silly estimates to gincostestimate().
Tom Lane
2015-12-14
Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
Alvaro Herrera
2015-12-01
Make gincostestimate() cope with hypothetical GIN indexes.
Tom Lane
2015-11-26
Fix failure to consider failure cases in GetComboCommandId().
Tom Lane
2015-11-20
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-17
Fix possible internal overflow in numeric division.
Tom Lane
2015-11-16
Speed up ruleutils' name de-duplication code, and fix overlength-name case.
Tom Lane
2015-11-15
Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.
Tom Lane
2015-11-05
Fix erroneous hash calculations in gin_extract_jsonb_path().
Tom Lane
2015-10-20
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-12
Use JsonbIteratorToken consistently in automatic variable declarations.
Noah Misch
2015-10-06
Perform an immediate shutdown if the postmaster.pid file is removed.
Tom Lane
2015-10-05
Prevent stack overflow in query-type functions.
Noah Misch
2015-10-05
Prevent stack overflow in container-type functions.
Noah Misch
2015-10-05
Prevent stack overflow in json-related functions.
Noah Misch
2015-10-02
Add recursion depth protection to LIKE matching.
Tom Lane
2015-09-25
Second try at fixing O(N^2) problem in foreign key references.
Tom Lane
2015-09-24
Lower *_freeze_max_age minimum values.
Andres Freund
2015-09-21
Fix possible internal overflow in numeric multiplication.
Tom Lane
2015-09-15
Revert "Fix an O(N^2) problem in foreign key references".
Tom Lane
2015-09-11
Fix an O(N^2) problem in foreign key references.
Kevin Grittner
2015-09-08
Add gin_fuzzy_search_limit to postgresql.conf.sample.
Fujii Masao
2015-09-06
Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than
Greg Stark
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-08-21
Allow record_in() and record_recv() to work for transient record types.
Tom Lane
2015-08-15
Don't use 'bool' as a struct member name in help_config.c.
Andres Freund
2015-08-15
Encoding PG_UHC is code page 949.
Noah Misch
2015-08-15
Restore old pgwin32_message_to_UTF16() behavior outside transactions.
Noah Misch
2015-08-04
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-04
Cap wal_buffers to avoid a server crash when it's set very large.
Robert Haas
2015-08-02
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-07-30
Avoid some zero-divide hazards in the planner.
Tom Lane
2015-07-28
Disable ssl renegotiation by default.
Andres Freund
2015-07-17
Fix a low-probability crash in our qsort implementation.
Tom Lane
2015-06-28
Back-patch some minor bug fixes in GUC code.
Tom Lane
2015-06-28
Fix comment for GetCurrentIntegerTimestamp().
Kevin Grittner
2015-06-25
Allow background workers to connect to no particular database.
Robert Haas
2015-06-25
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-20
Fix failure to copy setlocale() return value.
Noah Misch
2015-06-07
Use a safer method for determining whether relcache init file is stale.
Tom Lane
2015-06-05
Fix incorrect order of database-locking operations in InitPostgres().
Tom Lane
[next]