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
/
contrib
Age
Commit message (
Expand
)
Author
2019-02-20
Doc: Update the documentation for FSM behavior for small tables.
Amit Kapila
2019-02-16
Suppress another case of MSVC warning 4146.
Noah Misch
2019-02-16
In imath.h, replace stdint.h usage with c.h equivalents.
Noah Misch
2019-02-16
Import changes from IMath versions (1.3, 1.29].
Noah Misch
2019-02-16
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-16
Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.
Tom Lane
2019-02-15
Refactor index cost estimation functions in view of IndexClause changes.
Tom Lane
2019-02-14
Resolve one unconstify use
Peter Eisentraut
2019-02-13
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
More unconstify use
Peter Eisentraut
2019-02-13
Remove useless casts
Peter Eisentraut
2019-02-12
Relax overly strict assertion
Alvaro Herrera
2019-02-09
Build out the planner support function infrastructure.
Tom Lane
2019-02-07
Split create_foreignscan_path() into three functions.
Tom Lane
2019-02-06
Avoid amcheck inline compression false positives.
Peter Geoghegan
2019-02-04
Make FSM test portable.
Amit Kapila
2019-02-04
Avoid creation of the free space map for small heap relations, take 2.
Amit Kapila
2019-02-01
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
Add combining characters to unaccent.rules.
Thomas Munro
2019-01-29
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-29
postgres_fdw: Fix test for cached costs in estimate_path_cost_size().
Etsuro Fujita
2019-01-28
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
Revert "Avoid creation of the free space map for small heap relations."
Amit Kapila
2019-01-28
Avoid creation of the free space map for small heap relations.
Amit Kapila
2019-01-26
Change function call information to be variable length.
Andres Freund
2019-01-24
postgres_fdw: Account for tlist eval costs in estimate_path_cost_size().
Etsuro Fujita
2019-01-23
Fix misc typos in comments.
Heikki Linnakangas
2019-01-22
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-22
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-22
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-21
Fix sepgsql regression test.
Tom Lane
2019-01-21
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-19
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-17
postgres_fdw: Remove duplicate code in DML execution callback functions.
Etsuro Fujita
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-11
Extend pg_stat_statements_reset to reset statistics specific to a
Amit Kapila
2019-01-10
Update unaccent rules with release 34 of CLDR for Latin-ASCII.xml
Michael Paquier
2019-01-06
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-04
unaccent: Make generate_unaccent_rules.py Python 3 compatible
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2019-01-02
Convert unaccent tests to UTF-8
Peter Eisentraut
2019-01-01
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
Fix generation of padding message before encrypting Elgamal in pgcrypto
Michael Paquier
2018-12-27
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-23
Disable WAL-skipping optimization for COPY on views and foreign tables
Michael Paquier
2018-12-18
Update sepgsql regression test results for commit ca4103025.
Tom Lane
2018-12-13
Create a separate oid range for oids assigned by genbki.pl.
Andres Freund
[next]