index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-11-21
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
Bump WAL version.
Fujii Masao
2019-11-21
Make DROP DATABASE command generate less WAL records.
Fujii Masao
2019-11-21
Allow ALTER VIEW command to rename the column in the view.
Fujii Masao
2019-11-21
Improve tab-completion for ALTER MATERIALIZED VIEW.
Fujii Masao
2019-11-21
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2019-11-21
Provide statistics for hypothetical BRIN indexes
Michael Paquier
2019-11-20
Sync patternsel_common's operator selection logic with pattern_prefix's.
Tom Lane
2019-11-20
Fix HeapTupleSatisfiesNonVacuumable() comment.
Peter Geoghegan
2019-11-20
Reduce match_pattern_prefix()'s dependencies on index opfamilies.
Tom Lane
2019-11-20
Fix comment in xact.h
Michael Paquier
2019-11-20
Handle ReadFile() EOF correctly on Windows.
Thomas Munro
2019-11-20
Add the support for '-f' option in dropdb utility.
Amit Kapila
2019-11-19
Fix corner-case failure in match_pattern_prefix().
Tom Lane
2019-11-20
Fix page modification outside of critical section in GIN
Alexander Korotkov
2019-11-20
Revise GIN README
Alexander Korotkov
2019-11-20
Fix traversing to the deleted GIN page via downlink
Alexander Korotkov
2019-11-20
Fix deadlock between ginDeletePage() and ginStepRight()
Alexander Korotkov
2019-11-19
Allow invisible PROMPT2 in psql.
Thomas Munro
2019-11-19
Add logical_decoding_work_mem to limit ReorderBuffer memory usage.
Amit Kapila
2019-11-18
nbtree: Tweak _bt_pgaddtup() comments.
Peter Geoghegan
2019-11-16
Further fix dumping of views that contain just VALUES(...).
Tom Lane
2019-11-16
Add tuplesort test to serial_schedule.
Peter Geoghegan
2019-11-16
Improve stability of tests for VACUUM (SKIP_LOCKED)
Michael Paquier
2019-11-16
Properly determine length for on-disk TOAST values
Tomas Vondra
2019-11-16
Skip system attributes when applying mvdistinct stats
Tomas Vondra
2019-11-16
Always call ExecShutdownNode() if appropriate.
Thomas Munro
2019-11-14
Cleanup code in reloptions.h regarding reloption handling
Michael Paquier
2019-11-14
Split handling of reloptions for partitioned tables
Michael Paquier
2019-11-13
Fix plan instability in the new tuplesort test.
Andres Freund
2019-11-13
Remove unused code from tuplesort.
Andres Freund
2019-11-13
Add tests for tuplesort.c.
Andres Freund
2019-11-13
Add missing check_collation_set call to bpcharne().
Tom Lane
2019-11-13
Fix silly initializations (cosmetic only).
Tom Lane
2019-11-13
Avoid using SplitIdentifierString to parse ListenAddresses, too.
Tom Lane
2019-11-13
Avoid downcasing/truncation of RADIUS authentication parameters.
Tom Lane
2019-11-13
Include TableFunc references when computing expression dependencies.
Tom Lane
2019-11-13
Handle arrays and ranges in pg_upgrade's test for non-upgradable types.
Tom Lane
2019-11-13
Make pg_waldump report more detail information about PREPARE TRANSACTION record.
Fujii Masao
2019-11-13
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-12
Finish reverting commit 0a52d378b.
Tom Lane
2019-11-12
pg_stat_{ssl,gssapi}: Show only processes with connections
Alvaro Herrera
2019-11-12
Make _bt_keep_natts_fast() use datum_image_eq().
Peter Geoghegan
2019-11-12
Have LookupFuncName accept NULL argtypes for 0 args
Alvaro Herrera
2019-11-12
Teach datum_image_eq() about cstring datums.
Peter Geoghegan
2019-11-12
Fix ecpglib.h to declare bool consistently with c.h.
Tom Lane
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-11
Further improve stability of partition_prune regression test.
Tom Lane
2019-11-11
Fix whitespace
Peter Eisentraut
2019-11-11
Rerun autoheader
Peter Eisentraut
[next]