| 2021-02-11 |
Tom Lane | Remove no-longer-used RTE argument of markVarForSelectP... |
commit | commitdiff | tree |
| 2021-02-11 |
Michael Paquier | Fix copy-paste error with SHA256 digest length in check... |
commit | commitdiff | tree |
| 2021-02-11 |
Peter Eisentraut | Add test case for abbrev(cidr) |
commit | commitdiff | tree |
| 2021-02-10 |
Magnus Hagander | Remove extra Success message at the end of initdb |
commit | commitdiff | tree |
| 2021-02-10 |
Peter Eisentraut | pg_dump: Add const decorations |
commit | commitdiff | tree |
| 2021-02-10 |
Peter Eisentraut | Fix lack of message pluralization |
commit | commitdiff | tree |
| 2021-02-10 |
Michael Paquier | Fix ORDER BY clause in new regression test of REINDEX... |
commit | commitdiff | tree |
| 2021-02-10 |
Michael Paquier | Simplify code related to compilation of SSL and OpenSSL |
commit | commitdiff | tree |
| 2021-02-10 |
Michael Paquier | Preserve pg_attribute.attstattarget across REINDEX... |
commit | commitdiff | tree |
| 2021-02-10 |
Amit Kapila | Make pg_replication_origin_drop safe against concurrent... |
commit | commitdiff | tree |
| 2021-02-09 |
Peter Geoghegan | Fix obsolete FSM remarks in nbtree README. |
commit | commitdiff | tree |
| 2021-02-09 |
Fujii Masao | Revert "Display the time when the process started waiti... |
commit | commitdiff | tree |
| 2021-02-09 |
Fujii Masao | Display the time when the process started waiting for... |
commit | commitdiff | tree |
| 2021-02-09 |
Michael Paquier | Add option PROCESS_TOAST to VACUUM |
commit | commitdiff | tree |
| 2021-02-08 |
Peter Geoghegan | Correct pgstattuple B-Tree page comments. |
commit | commitdiff | tree |
| 2021-02-08 |
Tom Lane | Fix mishandling of column-level SELECT privileges for... |
commit | commitdiff | tree |
| 2021-02-08 |
Heikki Linnakangas | Fix permission checks on constraint violation errors... |
commit | commitdiff | tree |
| 2021-02-07 |
Peter Geoghegan | Rename removable xid function for consistency. |
commit | commitdiff | tree |
| 2021-02-07 |
Tom Lane | Revert "Propagate CTE property flags when copying a... |
commit | commitdiff | tree |
| 2021-02-07 |
Tatsuo Ishii | Docs: fix pg_wal_lsn_diff manual. |
commit | commitdiff | tree |
| 2021-02-07 |
Tom Lane | Propagate CTE property flags when copying a CTE list... |
commit | commitdiff | tree |
| 2021-02-06 |
Tom Lane | Disallow converting an inheritance child table to a... |
commit | commitdiff | tree |
| 2021-02-06 |
Michael Paquier | Clarify some comments around SharedRecoveryState in... |
commit | commitdiff | tree |
| 2021-02-05 |
Robert Haas | Generalize parallel slot result handling. |
commit | commitdiff | tree |
| 2021-02-05 |
Robert Haas | Move some code from src/bin/scripts to src/fe_utils... |
commit | commitdiff | tree |
| 2021-02-05 |
Heikki Linnakangas | Fix backslash-escaping multibyte chars in COPY FROM. |
commit | commitdiff | tree |
| 2021-02-05 |
Etsuro Fujita | postgres_fdw: Fix assertion in estimate_path_cost_size(). |
commit | commitdiff | tree |
| 2021-02-05 |
Tom Lane | Fix bug in HashAgg's selective-column-spilling logic. |
commit | commitdiff | tree |
| 2021-02-05 |
Thomas Munro | Tab-complete CREATE DATABASE ... LOCALE. |
commit | commitdiff | tree |
| 2021-02-05 |
Tom Lane | Fix YA incremental sort bug. |
commit | commitdiff | tree |
| 2021-02-04 |
Peter Geoghegan | Harden nbtree page deletion. |
commit | commitdiff | tree |
| 2021-02-04 |
Heikki Linnakangas | Fix small error in COPY FROM progress reporting. |
commit | commitdiff | tree |
| 2021-02-04 |
Peter Eisentraut | Refactor Windows error message for easier translation |
commit | commitdiff | tree |
| 2021-02-04 |
Michael Paquier | Ensure unlinking of old index file with REINDEX (TABLES... |
commit | commitdiff | tree |
| 2021-02-04 |
Michael Paquier | Clarify comment in tablesync.c |
commit | commitdiff | tree |
| 2021-02-04 |
Michael Paquier | Add TABLESPACE option to REINDEX |
commit | commitdiff | tree |
| 2021-02-04 |
Tom Lane | Avoid crash when rolling back within a prepared statement. |
commit | commitdiff | tree |
| 2021-02-03 |
Robert Haas | Factor pattern-construction logic out of processSQLName... |
commit | commitdiff | tree |
| 2021-02-03 |
Tom Lane | Remove special BKI_LOOKUP magic for namespace and role... |
commit | commitdiff | tree |
| 2021-02-03 |
Peter Eisentraut | pg_dump: Fix dumping of inherited generated columns |
commit | commitdiff | tree |
| 2021-02-02 |
Tom Lane | Retire findoidjoins. |
commit | commitdiff | tree |
| 2021-02-02 |
Tom Lane | Build in some knowledge about foreign-key relationships... |
commit | commitdiff | tree |
| 2021-02-02 |
Tom Lane | Doc: consistently identify OID catalog columns that... |
commit | commitdiff | tree |
| 2021-02-02 |
Tom Lane | Remove extra increment of plpgsql's statement counter... |
commit | commitdiff | tree |
| 2021-02-02 |
Tom Lane | Fix ancient memory leak in contrib/auto_explain. |
commit | commitdiff | tree |
| 2021-02-02 |
Peter Eisentraut | Improve confusing variable names |
commit | commitdiff | tree |
| 2021-02-02 |
Michael Paquier | Remove unused column atttypmod from initial tablesync... |
commit | commitdiff | tree |
| 2021-02-01 |
Tom Lane | Doc: work a little harder on the initial examples for... |
commit | commitdiff | tree |
| 2021-02-01 |
Tom Lane | Remove [Merge]AppendPath.partitioned_rels. |
commit | commitdiff | tree |
| 2021-02-01 |
Tom Lane | Remove incidental dependencies on partitioned_rels... |
commit | commitdiff | tree |
| 2021-02-01 |
Tom Lane | Revise make_partition_pruneinfo to not use its partitio... |
commit | commitdiff | tree |
| 2021-02-01 |
Peter Eisentraut | SEARCH and CYCLE clauses |
commit | commitdiff | tree |
| 2021-02-01 |
Alexander Korotkov | Get rid of unnecessary memory allocation in jsonb_subsc... |
commit | commitdiff | tree |
| 2021-02-01 |
Michael Paquier | Introduce --with-ssl={openssl} as a configure option |
commit | commitdiff | tree |
| 2021-02-01 |
Tom Lane | Fix portability issue in new jsonbsubs code. |
commit | commitdiff | tree |
| 2021-01-31 |
Alexander Korotkov | Throw error when assigning jsonb scalar instead of... |
commit | commitdiff | tree |
| 2021-01-31 |
Alexander Korotkov | Filling array gaps during jsonb subscripting |
commit | commitdiff | tree |
| 2021-01-31 |
Alexander Korotkov | Implementation of subscripting for jsonb |
commit | commitdiff | tree |
| 2021-01-31 |
Peter Geoghegan | Remove unused _bt_delitems_delete() argument. |
commit | commitdiff | tree |
| 2021-01-31 |
Alexander Korotkov | Fix parsing of complex morphs to tsquery |
commit | commitdiff | tree |
| 2021-01-30 |
Peter Eisentraut | Add primary keys and unique constraints to system catalogs |
commit | commitdiff | tree |
| 2021-01-30 |
Peter Eisentraut | doc: Clarify status of SELECT INTO on reference page |
commit | commitdiff | tree |
| 2021-01-30 |
Peter Eisentraut | Allow GRANTED BY clause in normal GRANT and REVOKE... |
commit | commitdiff | tree |
| 2021-01-30 |
Noah Misch | Revive "snapshot too old" with wal_level=minimal and... |
commit | commitdiff | tree |
| 2021-01-30 |
Noah Misch | Fix error with CREATE PUBLICATION, wal_level=minimal... |
commit | commitdiff | tree |
| 2021-01-30 |
Noah Misch | Fix CREATE INDEX CONCURRENTLY for simultaneous prepared... |
commit | commitdiff | tree |
| 2021-01-30 |
Fujii Masao | postgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS. |
commit | commitdiff | tree |
| 2021-01-29 |
Tom Lane | Doc: improve cross-references for SET/SHOW. |
commit | commitdiff | tree |
| 2021-01-29 |
Alexander Korotkov | Document behavior of the .** jsonpath accessor in the... |
commit | commitdiff | tree |
| 2021-01-29 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2021-01-29 |
Michael Paquier | doc: Improve wording of section for repslot statistics |
commit | commitdiff | tree |
| 2021-01-29 |
Michael Paquier | Adjust comments of CheckRelationTableSpaceMove() and... |
commit | commitdiff | tree |
| 2021-01-29 |
Thomas Munro | Remove documentation of waiting restore_command. |
commit | commitdiff | tree |
| 2021-01-29 |
Thomas Munro | Retire pg_standby. |
commit | commitdiff | tree |
| 2021-01-28 |
Tom Lane | Silence another gcc 11 warning. |
commit | commitdiff | tree |
| 2021-01-28 |
Alvaro Herrera | Remove bogus restriction from BEFORE UPDATE triggers |
commit | commitdiff | tree |
| 2021-01-28 |
Tom Lane | Fix hash partition pruning with asymmetric partition... |
commit | commitdiff | tree |
| 2021-01-28 |
Tom Lane | Make ecpg's rjulmdy() and rmdyjul() agree with their... |
commit | commitdiff | tree |
| 2021-01-28 |
Alvaro Herrera | pgbench: Remove dead code |
commit | commitdiff | tree |
| 2021-01-28 |
Peter Eisentraut | Remove gratuitous uses of deprecated SELECT INTO |
commit | commitdiff | tree |
| 2021-01-28 |
Heikki Linnakangas | Add direct conversion routines between EUC_TW and Big5. |
commit | commitdiff | tree |
| 2021-01-28 |
Heikki Linnakangas | Add mbverifystr() functions specific to each encoding. |
commit | commitdiff | tree |
| 2021-01-28 |
Andrew Gierth | Don't add bailout adjustment for non-strict deserialize... |
commit | commitdiff | tree |
| 2021-01-28 |
Michael Paquier | Fix crash of pg_stat_statements_info() without library... |
commit | commitdiff | tree |
| 2021-01-28 |
Michael Paquier | Refactor SQL functions of SHA-2 in cryptohashfuncs.c |
commit | commitdiff | tree |
| 2021-01-27 |
Peter Geoghegan | Reduce the default value of vacuum_cost_page_miss. |
commit | commitdiff | tree |
| 2021-01-27 |
Robert Haas | In TrimCLOG(), don't reset XactCtl->shared->latest_page... |
commit | commitdiff | tree |
| 2021-01-27 |
Robert Haas | In clog_redo(), don't set XactCtl->shared->latest_page_... |
commit | commitdiff | tree |
| 2021-01-27 |
Tom Lane | Doc: improve documentation for UNNEST(). |
commit | commitdiff | tree |
| 2021-01-27 |
Robert Haas | Move StartupCLOG() calls to just after we initialize... |
commit | commitdiff | tree |
| 2021-01-27 |
Peter Geoghegan | Fix GiST index deletion assert issue. |
commit | commitdiff | tree |
| 2021-01-27 |
Michael Paquier | doc: Remove reference to views for TRUNCATE privilege |
commit | commitdiff | tree |
| 2021-01-27 |
Michael Paquier | Refactor code in tablecmds.c to check and process table... |
commit | commitdiff | tree |
| 2021-01-26 |
Tom Lane | Rethink recently-added SPI interfaces. |
commit | commitdiff | tree |
| 2021-01-26 |
Tom Lane | Suppress compiler warnings from commit ee895a655. |
commit | commitdiff | tree |
| 2021-01-26 |
Tom Lane | Code review for psql's helpSQL() function. |
commit | commitdiff | tree |
| 2021-01-26 |
Michael Paquier | Fix memory leak when deallocating prepared statement... |
commit | commitdiff | tree |
| 2021-01-26 |
Fujii Masao | postgres_fdw: Fix test failure with -DENFORCE_REGRESSIO... |
commit | commitdiff | tree |
| 2021-01-26 |
Fujii Masao | postgres_fdw: Stabilize regression test for postgres_fd... |
commit | commitdiff | tree |
| 2021-01-26 |
Fujii Masao | postgres_fdw: Add functions to discard cached connections. |
commit | commitdiff | tree |
| next |