2021-11-11 |
Peter Eisentraut | doc: Add referential actions to CREATE/ALTER TABLE... |
commit | commitdiff | tree |
2021-11-11 |
Michael Paquier | Fix buffer overrun in unicode string normalization... |
commit | commitdiff | tree |
2021-11-11 |
Michael Paquier | Clean up compilation warnings coming from PL/Perl with... |
commit | commitdiff | tree |
2021-11-10 |
Tom Lane | Doc: improve protocol spec for logical replication... |
commit | commitdiff | tree |
2021-11-10 |
Robert Haas | Fix thinko in assertion in basebackup.c. |
commit | commitdiff | tree |
2021-11-10 |
Robert Haas | More cleanup of 'ThisTimeLineID'. |
commit | commitdiff | tree |
2021-11-10 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
2021-11-10 |
Michael Paquier | Improve error messages for some callers of XLogReadRecord() |
commit | commitdiff | tree |
2021-11-10 |
Jeff Davis | Add pg_checkpointer predefined role for CHECKPOINT... |
commit | commitdiff | tree |
2021-11-09 |
Tom Lane | Fix instability in 026_overwrite_contrecord.pl test. |
commit | commitdiff | tree |
2021-11-09 |
Robert Haas | Have the server properly terminate tar archives. |
commit | commitdiff | tree |
2021-11-09 |
Peter Eisentraut | Remove check for accept() argument types |
commit | commitdiff | tree |
2021-11-09 |
Michael Paquier | Make some comments use the term "ProcSignal" for consis... |
commit | commitdiff | tree |
2021-11-09 |
Fujii Masao | doc: Add index entries for pg_stat_statements configura... |
commit | commitdiff | tree |
2021-11-09 |
Amit Kapila | Rename some enums to use TABLE instead of REL. |
commit | commitdiff | tree |
2021-11-08 |
Robert Haas | Minimal fix for unterminated tar archive problem. |
commit | commitdiff | tree |
2021-11-08 |
Tom Lane | Fix incorrect format placeholder. |
commit | commitdiff | tree |
2021-11-08 |
Tom Lane | libpq: reject extraneous data after SSL or GSS encrypti... |
commit | commitdiff | tree |
2021-11-08 |
Tom Lane | Reject extraneous data after SSL or GSS encryption... |
commit | commitdiff | tree |
2021-11-08 |
David Rowley | Fix incorrect hash equality operator bug in Memoize |
commit | commitdiff | tree |
2021-11-08 |
Tomas Vondra | Fix gist_bool_ops to use gbtreekey2 |
commit | commitdiff | tree |
2021-11-07 |
Robert Haas | Remove tests added by bd807be6935929bdefe74d1258ca08048... |
commit | commitdiff | tree |
2021-11-07 |
Tom Lane | Silence uninitialized-variable warning. |
commit | commitdiff | tree |
2021-11-07 |
Tom Lane | contrib/sslinfo needs a fix too to make hamerkop happy. |
commit | commitdiff | tree |
2021-11-06 |
Tom Lane | Doc: add some notes about performance of the List funct... |
commit | commitdiff | tree |
2021-11-06 |
Andres Freund | windows: Remove use of WIN32_LEAN_AND_MEAN from crashdu... |
commit | commitdiff | tree |
2021-11-06 |
Tom Lane | Blind attempt to fix MSVC pgcrypto build. |
commit | commitdiff | tree |
2021-11-06 |
Tom Lane | Disallow making an empty lexeme via array_to_tsvector(). |
commit | commitdiff | tree |
2021-11-06 |
Tom Lane | Second attempt to silence SSL compile failures on hamerkop. |
commit | commitdiff | tree |
2021-11-06 |
Alexander Korotkov | Reset lastOverflowedXid on standby when needed |
commit | commitdiff | tree |
2021-11-06 |
Tom Lane | Un-break pg_basebackup's MSVC build. |
commit | commitdiff | tree |
2021-11-06 |
Tomas Vondra | Add bool GiST opclass to btree_gist |
commit | commitdiff | tree |
2021-11-06 |
Tomas Vondra | Mark mystreamer variable as PG_USED_FOR_ASSERTS_ONLY |
commit | commitdiff | tree |
2021-11-06 |
Peter Geoghegan | Update obsolete reference in vacuumlazy.c. |
commit | commitdiff | tree |
2021-11-06 |
Tomas Vondra | Fix handling of NaN values in BRIN minmax multi |
commit | commitdiff | tree |
2021-11-05 |
Peter Geoghegan | Update obsolete heap pruning comments. |
commit | commitdiff | tree |
2021-11-05 |
Robert Haas | Change ThisTimeLineID from a global variable to a local... |
commit | commitdiff | tree |
2021-11-05 |
Robert Haas | Remove all use of ThisTimeLineID global variable outsid... |
commit | commitdiff | tree |
2021-11-05 |
Robert Haas | Don't set ThisTimeLineID when there's no reason to... |
commit | commitdiff | tree |
2021-11-05 |
Alvaro Herrera | Avoid crash in rare case of concurrent DROP |
commit | commitdiff | tree |
2021-11-05 |
Alvaro Herrera | Document that ALTER TABLE .. TYPE removes statistics |
commit | commitdiff | tree |
2021-11-05 |
Alvaro Herrera | Pipeline mode disallows multicommand strings |
commit | commitdiff | tree |
2021-11-05 |
Alvaro Herrera | Document default and changeability of log_startup_progr... |
commit | commitdiff | tree |
2021-11-05 |
Robert Haas | Introduce 'bbstreamer' abstraction to modularize pg_bas... |
commit | commitdiff | tree |
2021-11-05 |
Alvaro Herrera | Reword doc blurb for vacuumdb --analyze-in-stages |
commit | commitdiff | tree |
2021-11-05 |
Robert Haas | Introduce 'bbsink' abstraction to modularize base backu... |
commit | commitdiff | tree |
2021-11-05 |
Robert Haas | amcheck: Add additional TOAST pointer checks. |
commit | commitdiff | tree |
2021-11-05 |
Peter Eisentraut | pgcrypto: Remove non-OpenSSL support |
commit | commitdiff | tree |
2021-11-05 |
Michael Paquier | Improve psql tab completion for COMMENT |
commit | commitdiff | tree |
2021-11-05 |
Peter Geoghegan | Add hardening to catch invalid TIDs in indexes. |
commit | commitdiff | tree |
2021-11-05 |
Michael Paquier | Add support for LZ4 compression in pg_receivewal |
commit | commitdiff | tree |
2021-11-05 |
Peter Geoghegan | Add various assertions to heap pruning code. |
commit | commitdiff | tree |
2021-11-04 |
Michael Paquier | Fix some thinkos with pg_receivewal --compression-method |
commit | commitdiff | tree |
2021-11-04 |
Michael Paquier | Rework compression options of pg_receivewal |
commit | commitdiff | tree |
2021-11-04 |
Peter Geoghegan | Add another old commit to git-blame-ignore-revs. |
commit | commitdiff | tree |
2021-11-03 |
Heikki Linnakangas | Update alternative expected output file. |
commit | commitdiff | tree |
2021-11-03 |
Heikki Linnakangas | Fix snapshot reference leak if lo_export fails. |
commit | commitdiff | tree |
2021-11-03 |
Peter Eisentraut | Fix incorrect format placeholder |
commit | commitdiff | tree |
2021-11-03 |
Peter Geoghegan | Fix parallel amvacuumcleanup safety bug. |
commit | commitdiff | tree |
2021-11-02 |
Tom Lane | Blind attempt to silence SSL compile failures on hamerkop. |
commit | commitdiff | tree |
2021-11-02 |
Peter Geoghegan | Don't overlook indexes during parallel VACUUM. |
commit | commitdiff | tree |
2021-11-02 |
Tom Lane | Ensure consistent logical replication of datetime and... |
commit | commitdiff | tree |
2021-11-02 |
Tom Lane | Fix variable lifespan in ExecInitCoerceToDomain(). |
commit | commitdiff | tree |
2021-11-02 |
Tom Lane | Doc: clean up some places that mentioned template1... |
commit | commitdiff | tree |
2021-11-02 |
Tom Lane | Doc: be more precise about conflicts between relation... |
commit | commitdiff | tree |
2021-11-02 |
Tom Lane | Avoid O(N^2) behavior in SyncPostCheckpoint(). |
commit | commitdiff | tree |
2021-11-02 |
Fujii Masao | pgbench: Fix typo in comment. |
commit | commitdiff | tree |
2021-11-02 |
Fujii Masao | pgbench: Improve error-handling in pgbench. |
commit | commitdiff | tree |
2021-11-02 |
Amit Kapila | Move MarkCurrentTransactionIdLoggedIfAny() out of the... |
commit | commitdiff | tree |
2021-11-02 |
Amit Kapila | Replace XLOG_INCLUDE_XID flag with a more localized... |
commit | commitdiff | tree |
2021-11-01 |
Daniel Gustafsson | Replace unicode characters in comments with ascii |
commit | commitdiff | tree |
2021-11-01 |
Tom Lane | Avoid some other O(N^2) hazards in list manipulation. |
commit | commitdiff | tree |
2021-11-01 |
Alvaro Herrera | Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp |
commit | commitdiff | tree |
2021-11-01 |
Michael Paquier | Add TAP test for pg_receivewal with timeline switch |
commit | commitdiff | tree |
2021-11-01 |
Michael Paquier | Preserve opclass parameters across REINDEX CONCURRENTLY |
commit | commitdiff | tree |
2021-10-31 |
Tom Lane | Don't try to read a multi-GB pg_stat_statements file... |
commit | commitdiff | tree |
2021-10-31 |
Tom Lane | Doc: improve README files associated with TAP tests. |
commit | commitdiff | tree |
2021-10-31 |
Tom Lane | Avoid O(N^2) behavior when the standby process releases... |
commit | commitdiff | tree |
2021-10-31 |
Tom Lane | plpgsql: report proper line number for errors in variab... |
commit | commitdiff | tree |
2021-10-30 |
Peter Eisentraut | pg_dump: Refactor messages |
commit | commitdiff | tree |
2021-10-30 |
Peter Eisentraut | doc: Remove some obsolete pgcrypto documentation |
commit | commitdiff | tree |
2021-10-30 |
Peter Eisentraut | uuid-ossp: Remove obsolete build connection with pgcrypto |
commit | commitdiff | tree |
2021-10-30 |
Peter Eisentraut | Remove unused chunk from standalone-profile.xsl |
commit | commitdiff | tree |
2021-10-29 |
Robert Haas | Fix race condition in startup progress reporting. |
commit | commitdiff | tree |
2021-10-29 |
Robert Haas | When fetching WAL for a basebackup, report errors with... |
commit | commitdiff | tree |
2021-10-29 |
Peter Geoghegan | Demote pg_unreachable() in heapam to an assertion. |
commit | commitdiff | tree |
2021-10-29 |
Tom Lane | Test and document the behavior of initialization cross... |
commit | commitdiff | tree |
2021-10-29 |
Tom Lane | Update time zone data files to tzdata release 2021e. |
commit | commitdiff | tree |
2021-10-29 |
Amit Kapila | Add tap tests for the schema publications. |
commit | commitdiff | tree |
2021-10-29 |
Michael Paquier | Speed up TAP tests of pg_receivewal |
commit | commitdiff | tree |
2021-10-28 |
Tom Lane | Speed up printing of integers in snprintf.c. |
commit | commitdiff | tree |
2021-10-28 |
Tom Lane | Improve contrib/amcheck's tests for CREATE INDEX CONCUR... |
commit | commitdiff | tree |
2021-10-28 |
Michael Paquier | Add TAP test for archive_cleanup_command and recovery_e... |
commit | commitdiff | tree |
2021-10-28 |
Michael Paquier | doc: Fix link to SELinux user guide in sepgsql page |
commit | commitdiff | tree |
2021-10-27 |
Peter Geoghegan | Remove obsolete nbtree LP_DEAD item comments. |
commit | commitdiff | tree |
2021-10-27 |
Jeff Davis | Grant memory views to pg_read_all_stats. |
commit | commitdiff | tree |
2021-10-27 |
Daniel Gustafsson | Fix typos in comments |
commit | commitdiff | tree |
2021-10-27 |
Peter Geoghegan | Fix ordering of items in nbtree error message. |
commit | commitdiff | tree |
2021-10-27 |
Daniel Gustafsson | Fix VPATH builds for src/test/ssl targets |
commit | commitdiff | tree |
2021-10-27 |
Peter Geoghegan | Further harden nbtree posting split code. |
commit | commitdiff | tree |
next |