| 2023-11-09 |
Alexander Korotkov | Fix the way SJE removes references from PHVs |
commit | commitdiff | tree |
| 2023-11-09 |
Dean Rasheed | Avoid integer overflow hazard in interval_time(). |
commit | commitdiff | tree |
| 2023-11-09 |
Dean Rasheed | Fix AFTER ROW trigger execution in MERGE cross-partitio... |
commit | commitdiff | tree |
| 2023-11-09 |
David Rowley | Ensure we use the correct spelling of "ensure" |
commit | commitdiff | tree |
| 2023-11-09 |
Dean Rasheed | Fix corner-case 64-bit integer subtraction bug on some... |
commit | commitdiff | tree |
| 2023-11-09 |
Amit Kapila | Fix uninitialized slot array access during the upgrade. |
commit | commitdiff | tree |
| 2023-11-09 |
Michael Paquier | pg_stat_statements: Remove duplicated tests for SET... |
commit | commitdiff | tree |
| 2023-11-08 |
Heikki Linnakangas | Fix bug in the new ResourceOwner implementation. |
commit | commitdiff | tree |
| 2023-11-08 |
Bruce Momjian | doc:: simplify introductory text |
commit | commitdiff | tree |
| 2023-11-08 |
Bruce Momjian | README: remove duplicate download link & mention relat... |
commit | commitdiff | tree |
| 2023-11-08 |
Bruce Momjian | doc: change "system" to "cluster" where appropriate |
commit | commitdiff | tree |
| 2023-11-08 |
Bruce Momjian | doc: mention that ANALYZE does block DDL |
commit | commitdiff | tree |
| 2023-11-08 |
Alvaro Herrera | Check stack depth in new recursive functions |
commit | commitdiff | tree |
| 2023-11-08 |
Tom Lane | Fix some issues with tracking nesting level in pg_stat_... |
commit | commitdiff | tree |
| 2023-11-08 |
Alvaro Herrera | Call pqPipelineFlush from PQsendFlushRequest |
commit | commitdiff | tree |
| 2023-11-08 |
Heikki Linnakangas | Change pgcrypto to use the new ResourceOwner mechanism. |
commit | commitdiff | tree |
| 2023-11-08 |
Heikki Linnakangas | Use a faster hash function in resource owners. |
commit | commitdiff | tree |
| 2023-11-08 |
Heikki Linnakangas | Make ResourceOwners more easily extensible. |
commit | commitdiff | tree |
| 2023-11-08 |
Heikki Linnakangas | Move a few ResourceOwnerEnlarge() calls for safety... |
commit | commitdiff | tree |
| 2023-11-08 |
Peter Eisentraut | Don't install ldap_password_func in meson |
commit | commitdiff | tree |
| 2023-11-08 |
Michael Paquier | Fix use of OPENSSL in SSL tests if command is not found |
commit | commitdiff | tree |
| 2023-11-08 |
Michael Paquier | Enlarge assertion in bloom_init() for false_positive_rate |
commit | commitdiff | tree |
| 2023-11-07 |
Alvaro Herrera | Stop including parsenodes.h in plannodes.h |
commit | commitdiff | tree |
| 2023-11-07 |
Peter Eisentraut | citext: Allow tests to pass in OpenSSL FIPS mode |
commit | commitdiff | tree |
| 2023-11-07 |
Amit Kapila | Fix the test 003_logical_slots. |
commit | commitdiff | tree |
| 2023-11-07 |
Michael Paquier | Reorder two functions in inval.c |
commit | commitdiff | tree |
| 2023-11-06 |
David Rowley | Make use of initReadOnlyStringInfo() in more places |
commit | commitdiff | tree |
| 2023-11-06 |
Tom Lane | Detect integer overflow while computing new array dimen... |
commit | commitdiff | tree |
| 2023-11-06 |
Tom Lane | Compute aggregate argument types correctly in transform... |
commit | commitdiff | tree |
| 2023-11-06 |
Peter Eisentraut | Remove distprep |
commit | commitdiff | tree |
| 2023-11-06 |
Noah Misch | Set GUC "is_superuser" in all processes that set Authen... |
commit | commitdiff | tree |
| 2023-11-06 |
Noah Misch | Ban role pg_signal_backend from more superuser backend... |
commit | commitdiff | tree |
| 2023-11-06 |
Daniel Gustafsson | Add XMLText function (SQL/XML X038) |
commit | commitdiff | tree |
| 2023-11-06 |
Peter Eisentraut | pg_resetwal: Add more tests and test coverage |
commit | commitdiff | tree |
| 2023-11-06 |
Peter Eisentraut | doc: pg_resetwal: Add comments how the multipliers... |
commit | commitdiff | tree |
| 2023-11-06 |
Alexander Korotkov | Fix allocation of UniqueRelInfo |
commit | commitdiff | tree |
| 2023-11-05 |
Peter Eisentraut | More consistent behavior of GetDataDirectoryCreatePerm... |
commit | commitdiff | tree |
| 2023-11-04 |
David Rowley | Try again to fix the MSVC build |
commit | commitdiff | tree |
| 2023-11-04 |
Alexander Korotkov | Fix usage of the parse tree for estimate_num_groups... |
commit | commitdiff | tree |
| 2023-11-03 |
Andres Freund | meson: docs: Install all manpages, not just ones in... |
commit | commitdiff | tree |
| 2023-11-03 |
Bruce Momjian | doc: move HBA reload instructions above the syntax... |
commit | commitdiff | tree |
| 2023-11-03 |
Bruce Momjian | doc: \copy can get data values \. and end-of-input... |
commit | commitdiff | tree |
| 2023-11-03 |
Bruce Momjian | doc: CREATE DATABASE doesn't copy db-level perms. from... |
commit | commitdiff | tree |
| 2023-11-03 |
Bruce Momjian | doc: mention ORDER BY for some aggregates, add ORDER... |
commit | commitdiff | tree |
| 2023-11-03 |
Tom Lane | Doc: update CREATE RULE ref page's hoary discussion... |
commit | commitdiff | tree |
| 2023-11-03 |
Bruce Momjian | doc: ALTER DEFAULT PRIVILEGES does not affect inherite... |
commit | commitdiff | tree |
| 2023-11-03 |
David Rowley | Add missing unicode_category.c to MSVC build scripts |
commit | commitdiff | tree |
| 2023-11-02 |
David Rowley | Stabilize postgres_fdw tests on 32-bit machines |
commit | commitdiff | tree |
| 2023-11-02 |
Tom Lane | Make GetConfigOption/GetConfigOptionResetString return... |
commit | commitdiff | tree |
| 2023-11-02 |
Tom Lane | Be more wary about NULL values for GUC string variables. |
commit | commitdiff | tree |
| 2023-11-02 |
David Rowley | Attempt to stabilize postgres_fdw tests |
commit | commitdiff | tree |
| 2023-11-02 |
Jeff Davis | Additional unicode primitive functions. |
commit | commitdiff | tree |
| 2023-11-02 |
Michael Paquier | Prevent startup of logical replication launcher during... |
commit | commitdiff | tree |
| 2023-11-02 |
Michael Paquier | Fix 003_check_guc.pl when loading modules with custom... |
commit | commitdiff | tree |
| 2023-11-02 |
David Rowley | Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2 |
commit | commitdiff | tree |
| 2023-11-01 |
Michael Paquier | doc: Replace reference to ERRCODE_RAISE_EXCEPTION by... |
commit | commitdiff | tree |
| 2023-11-01 |
Bruce Momjian | doc: add reference to wire protocol details |
commit | commitdiff | tree |
| 2023-11-01 |
Daniel Gustafsson | Fix function name in comment |
commit | commitdiff | tree |
| 2023-11-01 |
Michael Paquier | doc: Expand section related to LWLocks and shared memory |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | doc: add missing word to sentence about Paris |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | C comment: mention why no setting lasterrno in dir_exis... |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | C comment: improve statistics computation comment... |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | C comment: adjust statistics mention |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | doc: improve ALTER SYSTEM description of value list... |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | doc: improve bpchar and character type length details |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | doc: add function argument and query parameter limits |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | doc: 1-byte varlena headers can be used for user PLAIN... |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | improve alignment of postgresql.conf comments |
commit | commitdiff | tree |
| 2023-10-31 |
David Rowley | Adjust the order of the prechecks in pgrowlocks() |
commit | commitdiff | tree |
| 2023-10-30 |
Noah Misch | Diagnose !indisvalid in more SQL functions. |
commit | commitdiff | tree |
| 2023-10-30 |
Noah Misch | amcheck: Distinguish interrupted page deletion from... |
commit | commitdiff | tree |
| 2023-10-30 |
Bruce Momjian | pgindent run to fix commits de64268561 and 5ae2087202a |
commit | commitdiff | tree |
| 2023-10-30 |
Peter Eisentraut | Fill in more of ObjectProperty |
commit | commitdiff | tree |
| 2023-10-30 |
Amit Kapila | Add STREAM_START/STREAM_STOP for transactional messages... |
commit | commitdiff | tree |
| 2023-10-30 |
Alexander Korotkov | Fix indentation in contrib/amcheck/verify_nbtree.c |
commit | commitdiff | tree |
| 2023-10-30 |
Michael Paquier | Expand regression tests for pg_stat_reset_shared() |
commit | commitdiff | tree |
| 2023-10-30 |
Michael Paquier | Delay recovery mode LOG after reading backup_label... |
commit | commitdiff | tree |
| 2023-10-30 |
Amit Kapila | Doc: Make link names consistent in logical replication... |
commit | commitdiff | tree |
| 2023-10-30 |
Michael Paquier | Mention standby.signal in FATALs for checkpoint record... |
commit | commitdiff | tree |
| 2023-10-30 |
Michael Paquier | Introduce pg_stat_checkpointer |
commit | commitdiff | tree |
| 2023-10-29 |
Michael Paquier | Refactor some code related to transaction-level statist... |
commit | commitdiff | tree |
| 2023-10-29 |
Alexander Korotkov | Fix instable 006_login_trigger.pl test |
commit | commitdiff | tree |
| 2023-10-29 |
Tom Lane | Teach pg_dump about the new pg_subscription.subrunasown... |
commit | commitdiff | tree |
| 2023-10-29 |
Dean Rasheed | Guard against overflow in make_interval(). |
commit | commitdiff | tree |
| 2023-10-29 |
Dean Rasheed | btree_gin: Fix calculation of leftmost interval value. |
commit | commitdiff | tree |
| 2023-10-28 |
Tom Lane | Fix intra-query memory leak when a SRF returns zero... |
commit | commitdiff | tree |
| 2023-10-28 |
Bruce Momjian | doc: add links to Postgres features intro |
commit | commitdiff | tree |
| 2023-10-28 |
Bruce Momjian | doc: comment wording improvement |
commit | commitdiff | tree |
| 2023-10-28 |
Tom Lane | Remove PHOT from our default timezone abbreviations... |
commit | commitdiff | tree |
| 2023-10-28 |
Tom Lane | Allow relkind 'I' in type_sanity test. |
commit | commitdiff | tree |
| 2023-10-28 |
Bruce Momjian | doc: improve text around consistency of statistics... |
commit | commitdiff | tree |
| 2023-10-28 |
Bruce Momjian | doc: improve config syncfs wording |
commit | commitdiff | tree |
| 2023-10-27 |
Jeff Davis | Clarify the result order of unnest(multirange). |
commit | commitdiff | tree |
| 2023-10-27 |
Bruce Momjian | doc Improve C GUC-related comments |
commit | commitdiff | tree |
| 2023-10-27 |
Bruce Momjian | doc: wording improvements |
commit | commitdiff | tree |
| 2023-10-27 |
Alexander Korotkov | Teach contrib/amcheck to check the unique constraint... |
commit | commitdiff | tree |
| 2023-10-27 |
Alexander Korotkov | Split event_trigger_login test from event_trigger test |
commit | commitdiff | tree |
| 2023-10-27 |
Tomas Vondra | Fix minmax-multi distance for extreme interval values |
commit | commitdiff | tree |
| 2023-10-27 |
Tomas Vondra | Fix minmax-multi on infinite date/timestamp values |
commit | commitdiff | tree |
| 2023-10-27 |
Tomas Vondra | Fix calculation in brin_minmax_multi_distance_date |
commit | commitdiff | tree |
| next |