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
2022-03-29
Andrew Dunstan
SQL/JSON query functions
commit
|
commitdiff
|
tree
2022-03-29
Robert Haas
In 020_createdb.pl, change order of command-line arguments.
commit
|
commitdiff
|
tree
2022-03-29
Robert Haas
Add new block-by-block strategy for CREATE DATABASE.
commit
|
commitdiff
|
tree
2022-03-29
Alvaro Herrera
Revert "Fix replay of create database records on standby"
commit
|
commitdiff
|
tree
2022-03-29
Robert Haas
Explain why the startup process can't cause a shortage...
commit
|
commitdiff
|
tree
2022-03-29
Daniel Gustafsson
doc: Make UPDATE FROM examples consistent
commit
|
commitdiff
|
tree
2022-03-29
Daniel Gustafsson
Enable SSL library detection via PQsslAttribute()
commit
|
commitdiff
|
tree
2022-03-29
Peter Eisentraut
psql: Add test for psql behavior on server crash
commit
|
commitdiff
|
tree
2022-03-29
Michael Paquier
Avoid instabilities with the regression tests of pg_fre...
commit
|
commitdiff
|
tree
2022-03-29
Michael Paquier
Add system view pg_ident_file_mappings
commit
|
commitdiff
|
tree
2022-03-29
Michael Paquier
Modify query on pg_hba_file_rules to check for errors...
commit
|
commitdiff
|
tree
2022-03-28
Andrew Dunstan
IS JSON predicate
commit
|
commitdiff
|
tree
2022-03-28
Joe Conway
Use has_privs_for_roles for predefined role checks
commit
|
commitdiff
|
tree
2022-03-28
Robert Haas
Remove the ability of a role to administer itself.
commit
|
commitdiff
|
tree
2022-03-28
Robert Haas
Fix a few goofs in new backup compression code.
commit
|
commitdiff
|
tree
2022-03-28
Tom Lane
Add public ruleutils.c entry point to deparse a Query.
commit
|
commitdiff
|
tree
2022-03-28
Alvaro Herrera
Fix role names in merge.sql regress file
commit
|
commitdiff
|
tree
2022-03-28
Alvaro Herrera
Add support for MERGE SQL command
commit
|
commitdiff
|
tree
2022-03-28
Peter Eisentraut
Preparatory test cleanup
commit
|
commitdiff
|
tree
2022-03-28
Tomas Vondra
Document autoanalyze limitations for partitioned tables
commit
|
commitdiff
|
tree
2022-03-28
Peter Eisentraut
Make JSON path numeric literals more correct
commit
|
commitdiff
|
tree
2022-03-28
Andres Freund
Don't fail for > 1 walsenders in 019_replslot_limit...
commit
|
commitdiff
|
tree
2022-03-28
Andres Freund
Mark pg_stat_get_subscription_stats() strict.
commit
|
commitdiff
|
tree
2022-03-28
Andres Freund
Fix NULL input behaviour of pg_stat_get_replication_slot().
commit
|
commitdiff
|
tree
2022-03-28
Thomas Munro
Fix pg_waldump docs.
commit
|
commitdiff
|
tree
2022-03-28
Andres Freund
waldump: fix use-after-free in search_directory().
commit
|
commitdiff
|
tree
2022-03-27
Tom Lane
Fix up compiler warnings/errors from f4fb45d15.
commit
|
commitdiff
|
tree
2022-03-27
Andrew Dunstan
SQL/JSON constructors
commit
|
commitdiff
|
tree
2022-03-27
Andrew Dunstan
Common SQL/JSON clauses
commit
|
commitdiff
|
tree
2022-03-27
Daniel Gustafsson
Remove more unused module imports from TAP tests
commit
|
commitdiff
|
tree
2022-03-27
Tom Lane
Remove useless variable.
commit
|
commitdiff
|
tree
2022-03-27
Tom Lane
Avoid using large pass-by-value struct arguments in...
commit
|
commitdiff
|
tree
2022-03-27
Tom Lane
Fix breakage of get_ps_display() in the PS_USE_NONE...
commit
|
commitdiff
|
tree
2022-03-27
Michael Paquier
Fix comment in execParallel.c
commit
|
commitdiff
|
tree
2022-03-27
Michael Paquier
pageinspect: Add more sanity checks to prevent out...
commit
|
commitdiff
|
tree
2022-03-26
Tomas Vondra
Wait for subscription to sync in t/031_column_list.sql
commit
|
commitdiff
|
tree
2022-03-26
Daniel Gustafsson
SSL TAP test backend library independence refactoring
commit
|
commitdiff
|
tree
2022-03-26
Tom Lane
Suppress compiler warning in relptr_store().
commit
|
commitdiff
|
tree
2022-03-26
Tomas Vondra
Move prattrs to the pg_publication_rel section in docs
commit
|
commitdiff
|
tree
2022-03-26
Tom Lane
Suppress compiler warning in pub_collist_to_bitmapset().
commit
|
commitdiff
|
tree
2022-03-26
Tomas Vondra
Allow specifying column lists for logical replication
commit
|
commitdiff
|
tree
2022-03-25
Tomas Vondra
Minor improvements in sequence decoding code and docs
commit
|
commitdiff
|
tree
2022-03-25
Tom Lane
Harden TAP tests that intentionally corrupt page checksums.
commit
|
commitdiff
|
tree
2022-03-25
Tomas Vondra
Handle sequences in preprocess_pubobj_list
commit
|
commitdiff
|
tree
2022-03-25
Tomas Vondra
Update tab-completion for CREATE PUBLICATION with sequences
commit
|
commitdiff
|
tree
2022-03-25
Alvaro Herrera
Fix replay of create database records on standby
commit
|
commitdiff
|
tree
2022-03-25
Peter Eisentraut
Make update-unicode target work in vpath builds
commit
|
commitdiff
|
tree
2022-03-25
Peter Eisentraut
Refactor DLSUFFIX handling
commit
|
commitdiff
|
tree
2022-03-25
Etsuro Fujita
postgres_fdw: Minor cleanup for pgfdw_abort_cleanup().
commit
|
commitdiff
|
tree
2022-03-25
Michael Paquier
Fix typos in standby.c
commit
|
commitdiff
|
tree
2022-03-25
Amit Kapila
Remove some useless free calls.
commit
|
commitdiff
|
tree
2022-03-25
Tatsuo Ishii
Second attempt to fix pgbench TAP test.
commit
|
commitdiff
|
tree
2022-03-25
Thomas Munro
Improve command line options for pg_waldump.
commit
|
commitdiff
|
tree
2022-03-25
Andres Freund
Add retries for further investigation of 019_replslot_l...
commit
|
commitdiff
|
tree
2022-03-24
Daniel Gustafsson
List offending databases in pg_upgrade datallowconn...
commit
|
commitdiff
|
tree
2022-03-24
Tom Lane
Fix pg_statio_all_tables view for multiple TOAST indexes.
commit
|
commitdiff
|
tree
2022-03-24
Daniel Gustafsson
Remove unused module imports from TAP tests
commit
|
commitdiff
|
tree
2022-03-24
Robert Haas
Fix possible recovery trouble if TRUNCATE overlaps...
commit
|
commitdiff
|
tree
2022-03-24
Alvaro Herrera
Wrap inline function definitions in #ifndef FRONTEND
commit
|
commitdiff
|
tree
2022-03-24
Tomas Vondra
Add decoding of sequences to built-in replication
commit
|
commitdiff
|
tree
2022-03-24
Tom Lane
Doc: add some documentation about serialization failure...
commit
|
commitdiff
|
tree
2022-03-24
Alvaro Herrera
Change fastgetattr and heap_getattr to inline functions
commit
|
commitdiff
|
tree
2022-03-24
Tom Lane
Invent recursive_worktable_factor GUC to replace hard...
commit
|
commitdiff
|
tree
2022-03-24
Peter Eisentraut
Remove unnecessary translator comment
commit
|
commitdiff
|
tree
2022-03-24
Michael Paquier
doc: Improve postgres command for shared_memory_size_in...
commit
|
commitdiff
|
tree
2022-03-24
Thomas Munro
Add additional filtering options to pg_waldump.
commit
|
commitdiff
|
tree
2022-03-24
Tatsuo Ishii
Fix pgbench TAP test.
commit
|
commitdiff
|
tree
2022-03-24
Michael Paquier
Refactor code related to pg_hba_file_rules() into new...
commit
|
commitdiff
|
tree
2022-03-24
Michael Paquier
Add some basic regression tests for pg_freespacemap
commit
|
commitdiff
|
tree
2022-03-23
Andres Freund
Don't try to translate NULL in GetConfigOptionByNum().
commit
|
commitdiff
|
tree
2022-03-23
Andres Freund
Don't call fwrite() with len == 0 when writing out...
commit
|
commitdiff
|
tree
2022-03-23
Andres Freund
configure: check for dlsym instead of dlopen.
commit
|
commitdiff
|
tree
2022-03-23
Andrew Dunstan
Clean test_rls_hooks module
commit
|
commitdiff
|
tree
2022-03-23
Andres Freund
ci: test headerscheck, cpluspluscheck as part of Compil...
commit
|
commitdiff
|
tree
2022-03-23
Alvaro Herrera
pg_upgrade: Upgrade an Assert to a real 'if' test
commit
|
commitdiff
|
tree
2022-03-23
Robert Haas
pg_basebackup: Try to fix some failures on Windows.
commit
|
commitdiff
|
tree
2022-03-23
Alvaro Herrera
Fix "missing continuation record" after standby promotion
commit
|
commitdiff
|
tree
2022-03-23
Alvaro Herrera
test_decoding: Add comments about delaying BEGIN/PREPARE
commit
|
commitdiff
|
tree
2022-03-23
Robert Haas
In get_bc_algorithm_name, add a dummy return statement.
commit
|
commitdiff
|
tree
2022-03-23
Andrew Dunstan
Force NO_LOCALE / UTF8 for test_oat_hooks tests
commit
|
commitdiff
|
tree
2022-03-23
Andrew Dunstan
Use approved style for listing OBJS in test_oat_hooks...
commit
|
commitdiff
|
tree
2022-03-23
Robert Haas
Unbreak the build.
commit
|
commitdiff
|
tree
2022-03-23
Robert Haas
Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPR...
commit
|
commitdiff
|
tree
2022-03-23
Tatsuo Ishii
Allow pgbench to retry in some cases.
commit
|
commitdiff
|
tree
2022-03-23
Thomas Munro
Try to stabilize vacuum test.
commit
|
commitdiff
|
tree
2022-03-23
Andrew Dunstan
Temporarily disable installcheck for test_oat_hooks...
commit
|
commitdiff
|
tree
2022-03-22
Andrew Dunstan
Revert "Common SQL/JSON clauses"
commit
|
commitdiff
|
tree
2022-03-22
Andres Freund
Add missing xlogdefs.h include to pg_subscription.h.
commit
|
commitdiff
|
tree
2022-03-22
Andrew Dunstan
Common SQL/JSON clauses
commit
|
commitdiff
|
tree
2022-03-22
Andrew Dunstan
Tidy up Object Access hooks tests
commit
|
commitdiff
|
tree
2022-03-22
Andrew Dunstan
Fix new Object Access hooks test
commit
|
commitdiff
|
tree
2022-03-22
Andres Freund
Add missing dependency of pg_dumpall to WIN32RES.
commit
|
commitdiff
|
tree
2022-03-22
Andres Freund
pgstat: fix function name in comment.
commit
|
commitdiff
|
tree
2022-03-22
Andrew Dunstan
Add a test module for Object Access hooks
commit
|
commitdiff
|
tree
2022-03-22
Andrew Dunstan
Add String object access hooks
commit
|
commitdiff
|
tree
2022-03-22
Tom Lane
Revert "graceful shutdown" changes for Windows.
commit
|
commitdiff
|
tree
2022-03-22
Dean Rasheed
Add support for security invoker views.
commit
|
commitdiff
|
tree
2022-03-22
Peter Eisentraut
pgcrypto: Remove internal padding implementation
commit
|
commitdiff
|
tree
2022-03-22
Michael Paquier
Fix failures in SSL tests caused by out-of-tree keys...
commit
|
commitdiff
|
tree
2022-03-22
Amit Kapila
Add ALTER SUBSCRIPTION ... SKIP.
commit
|
commitdiff
|
tree
next