2019-06-20 |
Thomas Munro | Remove obsolete comments about sempahores from proc.c. |
commit | commitdiff | tree | snapshot |
2019-06-19 |
Michael Paquier | Fix description of WAL record XLOG_BTREE_META_CLEANUP |
commit | commitdiff | tree | snapshot |
2019-06-18 |
Alvaro Herrera | Avoid spurious deadlocks when upgrading a tuple lock |
commit | commitdiff | tree | snapshot |
2019-06-18 |
Thomas Munro | Prevent Parallel Hash Join for JOIN_UNIQUE_INNER. |
commit | commitdiff | tree | snapshot |
2019-06-17 |
Tom Lane | Stamp 11.4. REL_11_4 |
commit | commitdiff | tree | snapshot |
2019-06-17 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2019-06-17 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2019-06-17 |
Michael Paquier | Fix buffer overflow when processing SCRAM final message... |
commit | commitdiff | tree | snapshot |
2019-06-17 |
Michael Paquier | Fix buffer overflow when parsing SCRAM verifiers in... |
commit | commitdiff | tree | snapshot |
2019-06-17 |
Alvaro Herrera | Revert "Avoid spurious deadlocks when upgrading a tuple... |
commit | commitdiff | tree | snapshot |
2019-06-16 |
Tom Lane | Doc: update 11.4 release notes through today. |
commit | commitdiff | tree | snapshot |
2019-06-15 |
Andrew Gierth | Prefer timezone name "UTC" over alternative spellings. |
commit | commitdiff | tree | snapshot |
2019-06-14 |
Tom Lane | First-draft release notes for 11.4. |
commit | commitdiff | tree | snapshot |
2019-06-14 |
Alvaro Herrera | Silence compiler warning |
commit | commitdiff | tree | snapshot |
2019-06-14 |
Tom Lane | Attempt to identify system timezone by reading /etc... |
commit | commitdiff | tree | snapshot |
2019-06-13 |
Alvaro Herrera | Avoid spurious deadlocks when upgrading a tuple lock |
commit | commitdiff | tree | snapshot |
2019-06-13 |
Tom Lane | Mark ReplicationSlotCtl as PGDLLIMPORT. |
commit | commitdiff | tree | snapshot |
2019-06-13 |
Etsuro Fujita | postgres_fdw: Account for triggers in non-direct remote... |
commit | commitdiff | tree | snapshot |
2019-06-13 |
Tom Lane | Doc: improve description of allowed spellings for Boole... |
commit | commitdiff | tree | snapshot |
2019-06-12 |
Tom Lane | Fix incorrect printing of queries with duplicated join... |
commit | commitdiff | tree | snapshot |
2019-06-12 |
David Rowley | doc: Fix grammatical error in partitioning docs |
commit | commitdiff | tree | snapshot |
2019-06-12 |
Tom Lane | In walreceiver, don't try to do ereport() in a signal... |
commit | commitdiff | tree | snapshot |
2019-06-12 |
Tom Lane | Fix ALTER COLUMN TYPE failure with a partial exclusion... |
commit | commitdiff | tree | snapshot |
2019-06-12 |
Michael Paquier | Fix handling of COMMENT for domain constraints |
commit | commitdiff | tree | snapshot |
2019-06-11 |
David Rowley | doc: Add best practises section to partitioning docs |
commit | commitdiff | tree | snapshot |
2019-06-11 |
Tom Lane | Fix conversion of JSON strings to JSON output columns... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
Andres Freund | Don't access catalogs to validate GUCs when not connect... |
commit | commitdiff | tree | snapshot |
2019-06-10 |
Alvaro Herrera | Make pg_dump emit ATTACH PARTITION instead of PARTITION... |
commit | commitdiff | tree | snapshot |
2019-06-10 |
Alexander Korotkov | Fix operator naming in pg_trgm GUC option descriptions |
commit | commitdiff | tree | snapshot |
2019-06-10 |
Alexander Korotkov | Add docs of missing GUC to pgtrgm.sgml |
commit | commitdiff | tree | snapshot |
2019-06-10 |
Alexander Korotkov | Fix docs indentation in pgtrgm.sgml |
commit | commitdiff | tree | snapshot |
2019-06-07 |
Heikki Linnakangas | Fix copy-pasto in freeing memory on error in vacuumlo. |
commit | commitdiff | tree | snapshot |
2019-06-06 |
Amit Kapila | Fix inconsistency in comments atop ExecParallelEstimate. |
commit | commitdiff | tree | snapshot |
2019-06-06 |
David Rowley | Docs: concurrent builds of partitioned indexes are... |
commit | commitdiff | tree | snapshot |
2019-06-04 |
Alvaro Herrera | Document piecemeal construction of partitioned indexes |
commit | commitdiff | tree | snapshot |
2019-06-03 |
Tom Lane | Fix contrib/auto_explain to not cause problems in paral... |
commit | commitdiff | tree | snapshot |
2019-06-03 |
Tom Lane | Fix unsafe memory management in CloneRowTriggersToParti... |
commit | commitdiff | tree | snapshot |
2019-06-01 |
Michael Paquier | Fix documentation of check_option in information_schema... |
commit | commitdiff | tree | snapshot |
2019-05-31 |
Tom Lane | Fix C++ incompatibilities in plpgsql's header files. |
commit | commitdiff | tree | snapshot |
2019-05-30 |
Tomas Vondra | Make error logging in extended statistics more consistent |
commit | commitdiff | tree | snapshot |
2019-05-28 |
Noah Misch | In the pg_upgrade test suite, don't write to src/test... |
commit | commitdiff | tree | snapshot |
2019-05-28 |
Noah Misch | In the pg_upgrade test suite, remove and recreate ... |
commit | commitdiff | tree | snapshot |
2019-05-24 |
Tom Lane | Doc: fix typo in pgbench random_zipfian() documentation. |
commit | commitdiff | tree | snapshot |
2019-05-23 |
Andres Freund | pg_upgrade: Make test.sh's installcheck use to-be-upgra... |
commit | commitdiff | tree | snapshot |
2019-05-23 |
Andrew Gierth | Fix array size allocation for HashAggregate hash keys. |
commit | commitdiff | tree | snapshot |
2019-05-23 |
Michael Paquier | Fix ordering of GRANT commands in pg_dumpall for tables... |
commit | commitdiff | tree | snapshot |
2019-05-22 |
Michael Paquier | Fix ordering of GRANT commands in pg_dump for database... |
commit | commitdiff | tree | snapshot |
2019-05-20 |
Andres Freund | Minimally fix partial aggregation for aggregates that... |
commit | commitdiff | tree | snapshot |
2019-05-20 |
Michael Paquier | Fix some grammar in documentation of spgist and pgbench |
commit | commitdiff | tree | snapshot |
2019-05-19 |
Noah Misch | Revert "In the pg_upgrade test suite, don't write to... |
commit | commitdiff | tree | snapshot |
2019-05-19 |
Noah Misch | In the pg_upgrade test suite, don't write to src/test... |
commit | commitdiff | tree | snapshot |
2019-05-17 |
Tom Lane | Restructure creation of run-time pruning steps. |
commit | commitdiff | tree | snapshot |
2019-05-16 |
Tom Lane | Fix bogus logic for combining range-partitioned columns... |
commit | commitdiff | tree | snapshot |
2019-05-16 |
Tom Lane | Fix partition pruning to treat stable comparison operat... |
commit | commitdiff | tree | snapshot |
2019-05-14 |
Andres Freund | Add isolation test for INSERT ON CONFLICT speculative... |
commit | commitdiff | tree | snapshot |
2019-05-14 |
Heikki Linnakangas | Fix comment on when HOT update is possible. |
commit | commitdiff | tree | snapshot |
2019-05-13 |
Peter Geoghegan | Doc: Refer to line pointers as item identifiers. |
commit | commitdiff | tree | snapshot |
2019-05-13 |
Tom Lane | Fix logical replication's ideas about which type OIDs... |
commit | commitdiff | tree | snapshot |
2019-05-13 |
Peter Geoghegan | Don't leave behind junk nbtree pages during split. |
commit | commitdiff | tree | snapshot |
2019-05-13 |
Tom Lane | Fix misuse of an integer as a bool. |
commit | commitdiff | tree | snapshot |
2019-05-13 |
Etsuro Fujita | postgres_fdw: Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2019-05-12 |
Tom Lane | Fix misoptimization of "{1,1}" quantifiers in regular... |
commit | commitdiff | tree | snapshot |
2019-05-12 |
Noah Misch | Fail pgwin32_message_to_UTF16() for SQL_ASCII messages. |
commit | commitdiff | tree | snapshot |
2019-05-12 |
Tom Lane | Rearrange pgstat_bestart() to avoid failures within... |
commit | commitdiff | tree | snapshot |
2019-05-11 |
Noah Misch | Honor TEMP_CONFIG in TAP suites. |
commit | commitdiff | tree | snapshot |
2019-05-11 |
Michael Paquier | Fix error reporting in reindexdb |
commit | commitdiff | tree | snapshot |
2019-05-10 |
Tom Lane | Cope with EINVAL and EIDRM shmat() failures in PGShared... |
commit | commitdiff | tree | snapshot |
2019-05-09 |
Tom Lane | Repair issues with faulty generation of merge-append... |
commit | commitdiff | tree | snapshot |
2019-05-09 |
Michael Paquier | Fix error status of vacuumdb when multiple jobs are... |
commit | commitdiff | tree | snapshot |
2019-05-08 |
Fujii Masao | Fix documentation for the privileges required for repli... |
commit | commitdiff | tree | snapshot |
2019-05-08 |
Thomas Munro | Probe only 127.0.0.1 when looking for ports on Unix. |
commit | commitdiff | tree | snapshot |
2019-05-08 |
Heikki Linnakangas | Remove leftover reference to old "flat file" mechanism... |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Michael Paquier | Remove some code related to 7.3 and older servers from... |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Tom Lane | Stamp 11.3. REL_11_3 |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Alvaro Herrera | Revert "Make pg_dump emit ATTACH PARTITION instead... |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Michael Paquier | Fix tuple printing in error message of tuple routing... |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Dean Rasheed | Use checkAsUser for selectivity estimator checks, if... |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Dean Rasheed | Fix security checks for selectivity estimation function... |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Andres Freund | Remove reindex_catalog test from test schedules. |
commit | commitdiff | tree | snapshot |
2019-05-05 |
Tom Lane | Release notes for 11.3, 10.8, 9.6.13, 9.5.17, 9.4.22. |
commit | commitdiff | tree | snapshot |
2019-05-05 |
Tom Lane | Fix style violations in syscache lookups. |
commit | commitdiff | tree | snapshot |
2019-05-05 |
Tom Lane | Add check for syscache lookup failure in update_relispa... |
commit | commitdiff | tree | snapshot |
2019-05-04 |
Peter Eisentraut | pg_verify_checksums: Fix message punctuation |
commit | commitdiff | tree | snapshot |
2019-05-04 |
Peter Eisentraut | pg_dump: Fix newline in error message |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Tom Lane | First-draft release notes for 11.3. |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Tom Lane | Fix reindexing of pg_class indexes some more. |
commit | commitdiff | tree | snapshot |
2019-05-01 |
Andres Freund | Run catalog reindexing test from 3dbb317d32 serially... |
commit | commitdiff | tree | snapshot |
2019-05-01 |
Andres Freund | Fix unused variable compiler warning in !debug builds. |
commit | commitdiff | tree | snapshot |
2019-04-30 |
Tom Lane | Clean up handling of constraint_exclusion and enable_pa... |
commit | commitdiff | tree | snapshot |
2019-04-30 |
Andres Freund | Fix potential assertion failure when reindexing a pg_cl... |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Peter Eisentraut | Fix potential catalog corruption with temporary identit... |
commit | commitdiff | tree | snapshot |
2019-04-27 |
Tom Lane | Avoid postgres_fdw crash for a targetlist entry that... |
commit | commitdiff | tree | snapshot |
2019-04-27 |
Joe Conway | Correct the URL pointing to PL/R |
commit | commitdiff | tree | snapshot |
2019-04-27 |
Tom Lane | Portability fix for zic.c. |
commit | commitdiff | tree | snapshot |
2019-04-26 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree | snapshot |
2019-04-26 |
Tom Lane | Update time zone data files to tzdata release 2019a. |
commit | commitdiff | tree | snapshot |
2019-04-26 |
Tom Lane | Apply stopgap fix for bug #15672. |
commit | commitdiff | tree | snapshot |
2019-04-26 |
Etsuro Fujita | Add FDW documentation notes about insert and update... |
commit | commitdiff | tree | snapshot |
next |