projects
/
users
/
gsingh
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/gsingh/postgres.git
2020-01-03
Peter Geoghegan
Clear up btree_xlog_split() alignment comment.
commit
|
commitdiff
|
tree
2020-01-03
Tom Lane
Minor portability fixes for new TAP script.
commit
|
commitdiff
|
tree
2020-01-02
Peter Geoghegan
Correct _bt_delitems_vacuum() lock comments.
commit
|
commitdiff
|
tree
2020-01-02
Alvaro Herrera
Fix cloning of row triggers to sub-partitions
commit
|
commitdiff
|
tree
2020-01-02
Tom Lane
Add basic TAP tests for psql's tab-completion logic.
commit
|
commitdiff
|
tree
2020-01-02
Tom Lane
Fix typmod exposed for scalar function in FROM, too.
commit
|
commitdiff
|
tree
2020-01-02
Peter Geoghegan
Reorder two nbtree.h function prototypes.
commit
|
commitdiff
|
tree
2020-01-02
Tom Lane
Fix collation exposed for scalar function in FROM.
commit
|
commitdiff
|
tree
2020-01-02
Tom Lane
Make parser rely more heavily on the ParseNamespaceItem...
commit
|
commitdiff
|
tree
2020-01-02
Peter Eisentraut
Fix comment in test
commit
|
commitdiff
|
tree
2020-01-02
Amit Kapila
Fix running out of file descriptors for spill files.
commit
|
commitdiff
|
tree
2020-01-02
Peter Geoghegan
Revise BTP_HAS_GARBAGE nbtree VACUUM comments.
commit
|
commitdiff
|
tree
2020-01-02
Tom Lane
Test GROUP BY matching of join columns that are type...
commit
|
commitdiff
|
tree
2020-01-01
Peter Geoghegan
Update btree_xlog_delete() comments.
commit
|
commitdiff
|
tree
2020-01-01
Bruce Momjian
Update copyrights for 2020
commit
|
commitdiff
|
tree
2019-12-31
Peter Eisentraut
Modernize Python exception syntax in documentation
commit
|
commitdiff
|
tree
2019-12-28
Tom Lane
Micro-optimize AllocSetFreeIndex() by reference to...
commit
|
commitdiff
|
tree
2019-12-27
Alvaro Herrera
Add pg_dump test for triggers on partitioned tables
commit
|
commitdiff
|
tree
2019-12-27
Bruce Momjian
doc: add examples of creative use of unique expression...
commit
|
commitdiff
|
tree
2019-12-27
Bruce Momjian
docs: clarify infinite range values from data-type...
commit
|
commitdiff
|
tree
2019-12-27
Michael Paquier
Forbid DROP SCHEMA on temporary namespaces
commit
|
commitdiff
|
tree
2019-12-26
Michael Paquier
Revert "Rename files and headers related to index AM"
commit
|
commitdiff
|
tree
2019-12-26
Tom Lane
Fix possible loss of sync between rectypeid and underly...
commit
|
commitdiff
|
tree
2019-12-26
Tom Lane
Improve comments in utils/rel.h.
commit
|
commitdiff
|
tree
2019-12-26
Tom Lane
Refactor parser's generation of Var nodes.
commit
|
commitdiff
|
tree
2019-12-26
Michael Paquier
Fix some comments related to logical repslot advancing
commit
|
commitdiff
|
tree
2019-12-26
Michael Paquier
Refactor code dedicated to index vacuuming in vacuumlazy.c
commit
|
commitdiff
|
tree
2019-12-26
Fujii Masao
Add note about how each partition's default value is...
commit
|
commitdiff
|
tree
2019-12-25
Tom Lane
Allow whole-row Vars to be used in partitioning express...
commit
|
commitdiff
|
tree
2019-12-25
Tom Lane
Remove equalPartitionDescs().
commit
|
commitdiff
|
tree
2019-12-25
Tom Lane
Load relcache entries' partitioning data on-demand...
commit
|
commitdiff
|
tree
2019-12-25
Michael Paquier
Rename files and headers related to index AM
commit
|
commitdiff
|
tree
2019-12-24
Alvaro Herrera
Avoid splitting C string literals with \-newline
commit
|
commitdiff
|
tree
2019-12-24
Michael Paquier
Replace use of strerror() with %s by %m in pg_waldump
commit
|
commitdiff
|
tree
2019-12-24
Thomas Munro
Rotate instead of shifting hash join batch number.
commit
|
commitdiff
|
tree
2019-12-23
Joe Conway
Disallow null category in crosstab_hash
commit
|
commitdiff
|
tree
2019-12-23
Tom Lane
Disallow partition key expressions that return pseudo...
commit
|
commitdiff
|
tree
2019-12-23
Tom Lane
Prevent a rowtype from being included in itself via...
commit
|
commitdiff
|
tree
2019-12-23
Alvaro Herrera
GetPublicationByName: Don't repeat ourselves
commit
|
commitdiff
|
tree
2019-12-23
Peter Geoghegan
Normalize _bt_finish_split() argument names.
commit
|
commitdiff
|
tree
2019-12-23
Peter Geoghegan
Update nbtree LP_DEAD item deletion comments.
commit
|
commitdiff
|
tree
2019-12-22
Tom Lane
Avoid low-probability regression test failures in times...
commit
|
commitdiff
|
tree
2019-12-22
Peter Eisentraut
Fix compiler warning for ppoll() on Cygwin
commit
|
commitdiff
|
tree
2019-12-21
Tom Lane
In pgwin32_open, loop after ERROR_ACCESS_DENIED only...
commit
|
commitdiff
|
tree
2019-12-21
Bruce Momjian
C comment: clarify why psql's help/exit/quit must...
commit
|
commitdiff
|
tree
2019-12-21
Bruce Momjian
docs: clarify handling of column lists in COPY TO...
commit
|
commitdiff
|
tree
2019-12-20
Tom Lane
Adjust test case added by commit 6136e94dc.
commit
|
commitdiff
|
tree
2019-12-20
Tom Lane
libpq should expose GSS-related parameters even when...
commit
|
commitdiff
|
tree
2019-12-20
Peter Eisentraut
Clean up inconsistent backslash use in paths
commit
|
commitdiff
|
tree
2019-12-20
Peter Eisentraut
Generate pg_config.h from pg_config.h.in on Windows
commit
|
commitdiff
|
tree
2019-12-20
Peter Eisentraut
Disallow dropping rules on system tables by default
commit
|
commitdiff
|
tree
2019-12-20
Peter Eisentraut
Fix compiler warnings on MSYS2
commit
|
commitdiff
|
tree
2019-12-20
Andrew Dunstan
Superuser can permit passwordless connections on postgr...
commit
|
commitdiff
|
tree
2019-12-19
Robert Haas
Extend the ProcSignal mechanism to support barriers.
commit
|
commitdiff
|
tree
2019-12-19
Peter Geoghegan
Remove unneeded "pin scan" nbtree VACUUM code.
commit
|
commitdiff
|
tree
2019-12-19
Bruce Momjian
revert: Remove meaningless assignments in nbtree code
commit
|
commitdiff
|
tree
2019-12-19
Bruce Momjian
Remove meaningless assignments in nbtree code
commit
|
commitdiff
|
tree
2019-12-19
Alvaro Herrera
makeArrayTypeName: Remove pointless relation open/close
commit
|
commitdiff
|
tree
2019-12-19
Tom Lane
Doc: add a short summary of available authentication...
commit
|
commitdiff
|
tree
2019-12-19
Robert Haas
Update neglected comment.
commit
|
commitdiff
|
tree
2019-12-19
Robert Haas
Fix minor problems with non-exclusive backup cleanup.
commit
|
commitdiff
|
tree
2019-12-19
Peter Eisentraut
Add support for MSYS2
commit
|
commitdiff
|
tree
2019-12-18
Robert Haas
Re-#include <time.h> in checkpointer.c.
commit
|
commitdiff
|
tree
2019-12-18
Robert Haas
Move heap-specific detoasting logic into a separate...
commit
|
commitdiff
|
tree
2019-12-18
Tom Lane
Minimal portability fix for commit e1551f96e.
commit
|
commitdiff
|
tree
2019-12-18
Peter Eisentraut
Add .editorconfig
commit
|
commitdiff
|
tree
2019-12-18
Michael Paquier
Fix compiler warning in non-assert builds
commit
|
commitdiff
|
tree
2019-12-18
Michael Paquier
Refactor attribute mappings used in logical tuple conve...
commit
|
commitdiff
|
tree
2019-12-18
Amit Kapila
Fix subscriber invalid memory access on DDL.
commit
|
commitdiff
|
tree
2019-12-18
Michael Paquier
Doc: Improve readability of options for REINDEX
commit
|
commitdiff
|
tree
2019-12-18
Michael Paquier
Fix some OBJS lists in two Makefiles to be ordered...
commit
|
commitdiff
|
tree
2019-12-18
Bruce Momjian
Remove redundant not-null test
commit
|
commitdiff
|
tree
2019-12-18
Michael Paquier
Remove shadow variables linked to RedoRecPtr in xlog.c
commit
|
commitdiff
|
tree
2019-12-17
Tom Lane
Fix error reporting for index expressions of prohibited...
commit
|
commitdiff
|
tree
2019-12-17
Robert Haas
Fix bad formula in previous commit.
commit
|
commitdiff
|
tree
2019-12-17
Robert Haas
Code cleanup for toast_fetch_datum and toast_fetch_datu...
commit
|
commitdiff
|
tree
2019-12-17
Robert Haas
simplehash: Allow for use in frontend code.
commit
|
commitdiff
|
tree
2019-12-17
Robert Haas
simplehash: Allow use of simplehash without MemoryContext.
commit
|
commitdiff
|
tree
2019-12-17
Robert Haas
Add missing "void" to prototypes.
commit
|
commitdiff
|
tree
2019-12-17
Robert Haas
Partially deduplicate interrupt handling for background...
commit
|
commitdiff
|
tree
2019-12-17
Robert Haas
Use PostgresSigHupHandler in more places.
commit
|
commitdiff
|
tree
2019-12-17
Robert Haas
Move interrupt-handling code into subroutines.
commit
|
commitdiff
|
tree
2019-12-17
Amit Kapila
Change overly strict Assert in TransactionGroupUpdateXi...
commit
|
commitdiff
|
tree
2019-12-17
Peter Geoghegan
Rename nbtree tuple macros.
commit
|
commitdiff
|
tree
2019-12-17
Michael Paquier
Fix query cancellation handling in psql
commit
|
commitdiff
|
tree
2019-12-17
Tom Lane
Fix "force_parallel_mode = regress" to work with ANALYZ...
commit
|
commitdiff
|
tree
2019-12-17
Peter Geoghegan
Update nbtree README's "Scans during Recovery".
commit
|
commitdiff
|
tree
2019-12-16
Tom Lane
On Windows, wait a little to see if ERROR_ACCESS_DENIED...
commit
|
commitdiff
|
tree
2019-12-16
Alvaro Herrera
Demote variable from global to local
commit
|
commitdiff
|
tree
2019-12-16
Heikki Linnakangas
Fix yet another crash in page split during GiST index...
commit
|
commitdiff
|
tree
2019-12-16
Peter Eisentraut
Fix build of Perl-using modules of Windows
commit
|
commitdiff
|
tree
2019-12-16
Peter Eisentraut
Sort out getpeereid() and peer auth handling on Windows
commit
|
commitdiff
|
tree
2019-12-16
Etsuro Fujita
Clean up some misplaced comments in partition_join...
commit
|
commitdiff
|
tree
2019-12-15
Michael Paquier
Remove duplicated progress reporting during heap scan...
commit
|
commitdiff
|
tree
2019-12-14
Tom Lane
Try to stabilize results of new tuplesort regression...
commit
|
commitdiff
|
tree
2019-12-14
Tom Lane
Prevent overly-aggressive collapsing of joins to RTE_RE...
commit
|
commitdiff
|
tree
2019-12-14
Michael Paquier
Fix memory leak when initializing DH parameters in...
commit
|
commitdiff
|
tree
2019-12-14
Thomas Munro
Fix mdsyncfiletag(), take II.
commit
|
commitdiff
|
tree
2019-12-14
Thomas Munro
Don't use _mdfd_getseg() in mdsyncfiletag().
commit
|
commitdiff
|
tree
2019-12-13
Heikki Linnakangas
Fix crash when a page was split during GiST index creation.
commit
|
commitdiff
|
tree
next