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
Age
Commit message (
Expand
)
Author
2016-02-11
Avoid use of sscanf() to parse ispell dictionary files.
Tom Lane
2016-02-08
Translation updates
Peter Eisentraut
2016-02-08
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-06
Force certain "pljava" custom GUCs to be PGC_SUSET.
Noah Misch
2016-02-05
When modifying a foreign table, initialize tableoid field properly.
Robert Haas
2016-02-03
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2016-01-26
Fix startup so that log prefix %h works for the log_connections message.
Tom Lane
2016-01-20
Properly install dynloader.h on MSVC builds
Bruce Momjian
2016-01-14
Properly close token in sspi authentication
Magnus Hagander
2016-01-09
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2016-01-04
Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.
Tom Lane
2016-01-02
Fix overly-strict assertions in spgtextproc.c.
Tom Lane
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-29
Put back one copyObject() in rewriteTargetView().
Tom Lane
2015-12-21
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-21
adjust ACL owners for REASSIGN and ALTER OWNER TO
Alvaro Herrera
2015-12-21
Make viewquery a copy in rewriteTargetView()
Stephen Frost
2015-12-14
Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
Alvaro Herrera
2015-12-14
Correct statement to actually be the intended assert statement.
Andres Freund
2015-12-13
Properly initialize write, flush and replay locations in walsender slots
Magnus Hagander
2015-12-12
Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.
Andres Freund
2015-12-11
For REASSIGN OWNED for foreign user mappings
Alvaro Herrera
2015-12-11
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-10
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-12-09
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-12-07
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
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-22
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
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-07
Fix enforcement of restrictions inside regexp lookaround constraints.
Tom Lane
2015-11-05
Fix erroneous hash calculations in gin_extract_jsonb_path().
Tom Lane
2015-11-03
shm_mq: Third attempt at fixing nowait behavior in shm_mq_receive.
Robert Haas
2015-10-31
Fix serialization anomalies due to race conditions on INSERT.
Kevin Grittner
2015-10-30
Fix typo in bgworker.c
Robert Haas
2015-10-28
Fix incorrect message in ATWrongRelkindError.
Robert Haas
2015-10-27
Measure string lengths only once
Alvaro Herrera
2015-10-23
shm_mq: Repair breakage from previous commit.
Robert Haas
2015-10-22
shm_mq: Fix failure to notice a dead counterparty when nowait is used.
Robert Haas
2015-10-20
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-19
Fix incorrect handling of lookahead constraints in pg_regprefix().
Tom Lane
2015-10-16
Miscellaneous cleanup of regular-expression compiler.
Tom Lane
2015-10-16
Improve memory-usage accounting in regular-expression compiler.
Tom Lane
2015-10-16
Improve performance of pullback/pushfwd in regular-expression compiler.
Tom Lane
2015-10-16
Improve performance of fixempties() pass in regular-expression compiler.
Tom Lane
2015-10-16
Fix O(N^2) performance problems in regular-expression compiler.
Tom Lane
[next]