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
2019-11-06
Minor code review for tuple slot rewrite.
Tom Lane
2019-11-06
Sync our DTrace infrastructure with c.h's definition of type bool.
Tom Lane
2019-11-06
Fix memory allocation mistake
Peter Eisentraut
2019-11-06
Remove unused function argument
Peter Eisentraut
2019-11-06
Fix timestamp of sent message for write context in logical decoding
Michael Paquier
2019-11-06
Request small targetlist for input to WindowAgg.
Andrew Gierth
2019-11-06
Correct the command tags for ALTER ... RENAME COLUMN.
Fujii Masao
2019-11-05
Make StringInfo available to frontend code.
Andres Freund
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
Tweak some authentication debug messages to follow project style.
Tom Lane
2019-11-05
Avoid logging complaints about abandoned connections when using PAM.
Tom Lane
2019-11-05
Fix "unexpected relkind" error when denying permissions on toast tables.
Tom Lane
2019-11-05
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-11-05
Refactor code building relation options
Michael Paquier
2019-11-04
Fix ginEntryInsert's counting of GIN leaf tuples.
Tom Lane
2019-11-04
Fix some compiler warnings on older compilers
Peter Eisentraut
2019-11-04
Catch invalid typlens in a couple of places
Peter Eisentraut
2019-11-03
Suppress warning from older compilers.
Tom Lane
2019-11-02
Validate ispell dictionaries more carefully.
Tom Lane
2019-11-02
Fix failure when creating cloned indexes for a partition
Michael Paquier
2019-11-01
Add some assertions in syncrep.c
Michael Paquier
2019-11-01
Fix race condition at backend exit when deleting element in syncrep queue
Michael Paquier
2019-11-01
PG_FINALLY
Peter Eisentraut
2019-10-31
Add const qualifiers to internal range type APIs
Peter Eisentraut
2019-10-31
Fix typo in comment of syncrep.c
Michael Paquier
2019-10-30
Remove one use of IDENT_USERNAME_MAX
Peter Eisentraut
2019-10-30
Update code comments about peer authenticaton
Peter Eisentraut
2019-10-30
Fix typos in the code
Michael Paquier
2019-10-29
Fix handling of pg_class.relispartition at swap phase in REINDEX CONCURRENTLY
Michael Paquier
2019-10-28
Allow extracting fields from a ROW() expression in more cases.
Tom Lane
2019-10-28
Handle empty-string edge cases correctly in strpos().
Tom Lane
2019-10-28
Fix dependency handling at swap phase of REINDEX CONCURRENTLY
Michael Paquier
2019-10-27
Fix initialization of fake LSN for unlogged relations
Michael Paquier
2019-10-25
Remove obsolete information schema tables
Peter Eisentraut
2019-10-25
Improve management of statement timeouts.
Tom Lane
2019-10-25
Reset statement_timeout between queries of a multi-query string.
Tom Lane
2019-10-25
Handle interrupts within a transaction context in REINDEX CONCURRENTLY
Michael Paquier
2019-10-24
Fix typo in xlog.c.
Fujii Masao
2019-10-23
Acquire properly session-level lock on new index in REINDEX CONCURRENTLY
Michael Paquier
2019-10-23
Clean up properly error_context_stack in autovacuum worker on exception
Michael Paquier
2019-10-22
Fix comment
Peter Eisentraut
2019-10-21
Refactor jsonpath's compareDatetime()
Alexander Korotkov
2019-10-21
Refactor timestamp2timestamptz_opt_error()
Alexander Korotkov
2019-10-21
Update obsolete comment.
Etsuro Fujita
2019-10-21
Fix memory leak introduced in commit 7df159a620.
Amit Kapila
2019-10-19
Fix most -Wundef warnings
Peter Eisentraut
2019-10-19
Use standard compare_exchange loop style in ProcArrayGroupClearXid().
Noah Misch
2019-10-19
Remove last traces of heap_open/close in the tree
Michael Paquier
2019-10-18
Fix failure of archive recovery with recovery_min_apply_delay enabled.
Fujii Masao
2019-10-18
Make crash recovery ignore recovery_min_apply_delay setting.
Fujii Masao
[next]