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
2015-07-02
Add an optional missing_ok argument to SQL function current_setting().
Tom Lane
2015-07-02
Remove obsolete heap_formtuple/modifytuple/deformtuple functions.
Heikki Linnakangas
2015-07-02
Fix name of argument to pg_stat_file.
Heikki Linnakangas
2015-07-02
Make use of xlog_internal.h's macros in WAL-related utilities.
Fujii Masao
2015-06-30
Stamp HEAD as 9.6devel.
Tom Lane
2015-06-30
Add assertion to check the special size is sane before dereferencing it.
Heikki Linnakangas
2015-06-29
Stamp 9.5alpha1.
REL9_5_ALPHA1
Tom Lane
2015-06-29
Code + docs review for escaping of option values (commit 11a020eb6).
Tom Lane
2015-06-29
Replace ia64 S_UNLOCK compiler barrier with a full memory barrier.
Andres Freund
2015-06-28
Improve design and implementation of pg_file_settings view.
Tom Lane
2015-06-28
Add missing_ok option to the SQL functions for reading files.
Heikki Linnakangas
2015-06-27
Add opaque declaration of HTAB to tqual.h.
Kevin Grittner
2015-06-26
Fix DDL command collection for TRANSFORM
Alvaro Herrera
2015-06-26
Be more conservative about removing tablespace "symlinks".
Robert Haas
2015-06-26
Improve handling of CustomPath/CustomPlan(State) children.
Robert Haas
2015-06-25
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-16
Fix comment in fmgr.h to refer to actual function used.
Andrew Dunstan
2015-06-12
Make postmaster restart archiver soon after it dies, even during recovery.
Fujii Masao
2015-06-11
Rename jsonb - text[] operator to #- to avoid ambiguity.
Andrew Dunstan
2015-06-10
Fix typo in comment.
Kevin Grittner
2015-06-10
Fix typo in comment.
Fujii Masao
2015-06-07
Use a safer method for determining whether relcache init file is stale.
Tom Lane
2015-06-03
Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.
Tom Lane
2015-06-01
Rename jsonb_replace to jsonb_set and allow it to add new values
Andrew Dunstan
2015-05-29
Check that all aliases of a built-in function have same leakproof property.
Tom Lane
2015-05-29
Revert exporting of internal GUC variable "data_directory".
Tom Lane
2015-05-28
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-25
Revert 9.5 pgindent changes to atomics directory files
Bruce Momjian
2015-05-24
Add a bit more commentary about regex's colormap tree data structure.
Tom Lane
2015-05-24
Remove no-longer-required function declarations.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-23
Still more fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-22
Remove the new UPSERT command tag and use INSERT instead.
Andres Freund
2015-05-22
Unpack jbvBinary objects passed to pushJsonbValue
Andrew Dunstan
2015-05-22
At promotion, don't leave behind a partial segment on the old timeline.
Heikki Linnakangas
2015-05-21
More fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-21
Improve packing/alignment annotation for ItemPointerData.
Tom Lane
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-19
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-19
Refactor ON CONFLICT index inference parse tree representation.
Andres Freund
2015-05-19
Avoid collation dependence in indexes of system catalogs.
Tom Lane
2015-05-19
Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."
Tom Lane
2015-05-19
Change pg_seclabel.provider and pg_shseclabel.provider to type "name".
Tom Lane
2015-05-18
Put back a backwards-compatible version of sampling support functions.
Tom Lane
2015-05-18
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
Permit use of vsprintf() in PostgreSQL code.
Noah Misch
2015-05-18
Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.
Tom Lane
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
Add BRIN infrastructure for "inclusion" opclasses
Alvaro Herrera
[next]