users/gsingh/postgres.git
2022-09-26 Tom LaneEnable WRITE_READ_PARSE_PLAN_TREES of rewritten utility...
2022-09-26 Tom LaneImplement WRITE_READ_PARSE_PLAN_TREES for raw parse...
2022-09-26 Peter EisentrautDon't lose precision for float fields of Nodes.
2022-09-26 Peter Eisentrautcatversion bump
2022-09-26 Peter EisentrautFix write/read of empty string fields in Nodes.
2022-09-26 Amit KapilaRemove unused xid parameter.
2022-09-26 Michael PaquierRefactor creation of backup_label and backup history...
2022-09-25 Tom LaneFix tupdesc lifespan bug with AfterTriggersTableData...
2022-09-25 Tom LaneAvoid loss of code coverage with unlogged-index test...
2022-09-25 Alvaro HerreraAdd missing source files to pg_waldump/nls.mk
2022-09-24 Peter EisentrautMessage style improvements
2022-09-24 Peter EisentrautAdd read support for some missing raw parse nodes
2022-09-24 Peter EisentrautFix reading of BitString nodes
2022-09-24 Peter EisentrautFix reading of most-negative integer value nodes
2022-09-24 Andres FreundRemove uses of register due to incompatibility with...
2022-09-24 Andres FreundDe-special-case pgevent's rc file handling
2022-09-24 Andres Freundmeson: Remove non-binary targets accidentally added...
2022-09-24 Peter EisentrautImprove terminology
2022-09-23 Tom LaneDoc: minor cleanups.
2022-09-23 Andres Freundpgstat: Fix transactional stats dropping for indexes
2022-09-23 Alvaro HerreraRemove PQsendQuery support in pipeline mode
2022-09-23 Alvaro HerreraStop using PQsendQuery in libpq_pipeline
2022-09-23 Andres Freundci: freebsd: Set extra_{lib,include}_dirs to /usr/local/...
2022-09-23 Amit KapilaAllow publications with schema and table of the same...
2022-09-23 Tom LaneDoc: adjust misleading phrasing of a few cross-references.
2022-09-22 Peter GeogheganHarmonize parameter names in pg_dump/pg_dumpall.
2022-09-22 Peter GeogheganHarmonize parameter names in contrib code.
2022-09-22 Peter GeogheganHarmonize more lexer function parameter names.
2022-09-22 Peter GeogheganHarmonize parameter names in ecpg code.
2022-09-22 Jeff DavisFix race condition where heap_delete() fails to pin...
2022-09-22 Alvaro HerreraRemove ALL keyword from TABLES IN SCHEMA for publication
2022-09-22 Peter EisentrautRestore archive_command documentation
2022-09-22 Michael PaquierUse min/max bounds defined by Zstd for compression...
2022-09-22 Etsuro FujitaFix thinko in comment.
2022-09-22 Andres Freundmeson: ci: Convert some tasks to use meson
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-09-22 Michael PaquierClear ps display of startup process at the end of recovery
2022-09-22 Fujii Masaodocs: Fix snapshot name in SET TRANSACTION docs.
2022-09-22 Michael PaquierUsed optimized linear search in more code paths
2022-09-22 Fujii Masaopsql: Improve tab-completion for MERGE.
2022-09-22 Andres Freundci: windows: set error mode to not include SEM_NOGPFAUL...
2022-09-21 Thomas Munroci: Increase requested memory size.
2022-09-21 Peter GeogheganHarmonize lexer adjacent function parameter names.
2022-09-21 Peter EisentrautImprove ICU option handling in CREATE DATABASE
2022-09-21 Peter EisentrautTighten pg_get_object_address argument checking
2022-09-21 Alvaro HerreraImprove some GUC description strings
2022-09-21 Amit KapilaPass Size as a 2nd argument for snprintf() in tablesync.c.
2022-09-21 Amit KapilaImprove some error messages.
2022-09-21 Andres FreundUse \b in one more PG_TEST_EXTRA check, oversight in...
2022-09-21 Michael PaquierAdd definition pg_attribute_aligned() for MSVC
2022-09-20 Tom LaneRevise tree-walk APIs to improve spec compliance &...
2022-09-20 Peter GeogheganFix recent cpluspluscheck issue in selfuncs.h.
2022-09-20 Peter GeogheganHarmonize more parameter names in bulk.
2022-09-20 Andres FreundRefactor PG_TEST_EXTRA logic in autoconf build
2022-09-20 Jeff DavisImprove comment for OAT_POST_CREATE.
2022-09-20 Alvaro HerreraFix `trap` in a few shell scripts
2022-09-20 Tom LaneSuppress variable-set-but-not-used warnings from clang 15.
2022-09-20 Alvaro HerreraDisable autovacuum in MERGE test script
2022-09-20 Michael Paquierdoc: Fix parameter name for pg_create_logical_replicati...
2022-09-20 Michael PaquierFix incorrect variable types for origin IDs in decode.c
2022-09-20 Peter GeogheganHarmonize parameter names in storage and AM code.
2022-09-20 Andres FreundSplit TESTDIR into TESTLOGDIR and TESTDATADIR
2022-09-20 Andres FreundDon't hardcode tmp_check/ as test directory for tap...
2022-09-19 Peter GeogheganHarmonize heapam and tableam parameter names.
2022-09-19 Peter GeogheganConsistently use named parameters in regex code consist...
2022-09-19 Andres FreundExtend gendef.pl in preparation for meson
2022-09-19 Peter EisentrautUpdate Unicode data to Unicode 15.0.0
2022-09-19 Peter GeogheganConsistently use named parameters in timezone code.
2022-09-19 Peter GeogheganConsistently use named parameters in regex code.
2022-09-19 David RowleyFix misleading comment for get_cheapest_group_keys_order
2022-09-19 David RowleyFix out-dated comment in preprocess_groupclause()
2022-09-19 David RowleyRemove various duplicated words
2022-09-19 Peter EisentrautFix icu tests with C locale
2022-09-19 Robert HaasMake ALTER DEFAULT PRIVILEGES require privileges, not...
2022-09-19 Robert Haaswalmethods.c/h: Make WalWriteMethod more object-oriented.
2022-09-19 Tom LaneFuture-proof the recursion inside ExecShutdownNode().
2022-09-19 Robert Haaswalmethods.c/h: Make Walfile a struct, rather than...
2022-09-19 Peter EisentrautAdd missing serial commas
2022-09-19 Amit KapilaFix typos.
2022-09-19 John NaylorFix typos referring to PGPROC
2022-09-18 Peter GeogheganHarmonize missed reorderbuffer parameter names.
2022-09-18 Michael PaquierRemove unused argument "isSlice" from transformAssignme...
2022-09-18 Peter GeogheganHarmonize reorderbuffer parameter names.
2022-09-17 Peter GeogheganMake check_usermap() parameter names consistent.
2022-09-17 Andres FreundInclude c.h instead of postgres.h in src/port/*p{read...
2022-09-17 Andres FreundRemove DLLTOOL, DLLWRAP from configure / Makefile.global.in
2022-09-17 Andres Freundpgstat: Create memory contexts below TopMemoryContext
2022-09-17 Michael PaquierFix huge_pages on Windows
2022-09-17 Peter EisentrautMessage style improvements
2022-09-16 Andres FreundFix race condition in stats.sql added in 5264add7847
2022-09-16 Tom LaneImprove plpgsql's ability to handle arguments declared...
2022-09-16 Andres Freundaix: xlc: Use -Wl,-b,expfull for old compiler versions
2022-09-16 Tom LaneClean up minor inconsistencies in pg_attribute_printf...
2022-09-16 Peter EisentrautMessage wording improvements
2022-09-16 Peter Eisentrautpostgres_fdw: Remove useless DO block in test
2022-09-16 Peter EisentrautAdjust assorted hint messages that list all valid options.
2022-09-16 Peter EisentrautFix createdb tests for C locale
2022-09-16 Peter EisentrautDon't allow creation of database with ICU locale with...
2022-09-15 Tom LaneDetect format-string mistakes in the libpq_pipeline...
2022-09-15 Alvaro HerreraCopy-edit docs for logical replication column lists
next