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
/
include
Age
Commit message (
Expand
)
Author
2016-08-28
Fix stray reference to the old genbki.sh script.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-26
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-24
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
Remove unnecessary #include.
Kevin Grittner
2016-08-23
Create an SP-GiST opclass for inet/cidr.
Tom Lane
2016-08-23
Extend dsm API with a new function dsm_unpin_segment.
Robert Haas
2016-08-23
Improve SP-GiST opclass API to better support unlabeled nodes.
Tom Lane
2016-08-23
Add txid_current_ifassigned().
Robert Haas
2016-08-23
Refactor some network.c code to create cidr_set_masklen_internal().
Tom Lane
2016-08-19
Use LEFT JOINs in some system views in case referenced row doesn't exist.
Tom Lane
2016-08-19
Speed up planner's scanning for parallel-query hazards.
Tom Lane
2016-08-19
Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef.
Tom Lane
2016-08-19
Remove typedef celt from the regex library, along with macro NOCELT.
Tom Lane
2016-08-18
In plpgsql, don't try to convert int2vector or oidvector to expanded array.
Tom Lane
2016-08-18
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
Implement regexp_match(), a simplified alternative to regexp_matches().
Tom Lane
2016-08-17
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
Fix assorted places in psql to print version numbers >= 10 in new style.
Tom Lane
2016-08-15
Once again allow LWLocks to be used within DSM segments.
Robert Haas
2016-08-15
Stamp HEAD as 10devel.
Tom Lane
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-14
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-08
Stamp 9.6beta4.
REL9_6_BETA4
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-07
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-07
Fix TOAST access failure in RETURNING queries.
Tom Lane
2016-08-05
Fix copy-and-pasteo in 81c766b3fd41c78c634d78ebae8d316808dfc630.
Tom Lane
2016-08-05
Change InitToastSnapshot to a macro.
Robert Haas
2016-08-03
Prevent "snapshot too old" from trying to return pruned TOAST tuples.
Robert Haas
2016-08-03
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
2016-08-01
Minor cleanup for access/transam/parallel.c.
Tom Lane
2016-08-01
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-08-01
Remove unused arguments from pg_replication_origin_xact_reset function.
Fujii Masao
2016-07-29
Fix worst memory leaks in tqueue.c.
Tom Lane
2016-07-29
Fix pq_putmessage_noblock() to not block.
Tom Lane
2016-07-28
Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.
Tom Lane
2016-07-28
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-22
Remove GetUserMappingId() and GetUserMappingById().
Tom Lane
2016-07-18
Stamp 9.6beta3.
REL9_6_BETA3
Tom Lane
2016-07-18
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-16
Advance PG_CONTROL_VERSION.
Tom Lane
2016-07-15
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-11
Print a given subplan only once in EXPLAIN.
Tom Lane
2016-07-07
Rename pg_stat_wal_receiver.conn_info to conninfo.
Fujii Masao
2016-07-01
Improve WritebackContextInit() comment and prototype argument names.
Andres Freund
2016-07-01
Rethink the GetForeignUpperPaths API (again).
Tom Lane
[next]