2025-06-30 |
Nathan Bossart | Add new OID alias type regdatabase. |
tree | commitdiff |
2025-02-12 |
Peter Eisentraut | Remove unnecessary (char *) casts [mem] |
tree | commitdiff |
2025-01-01 |
Bruce Momjian | Update copyright for 2025 |
tree | commitdiff |
2024-12-25 |
Peter Eisentraut | Partial pgindent of .l and .y files |
tree | commitdiff |
2024-12-20 |
David Rowley | Remove pg_attribute.attcacheoff column |
tree | commitdiff |
2024-12-19 |
Peter Eisentraut | bootstrap: pure parser and reentrant scanner |
tree | commitdiff |
2024-12-17 |
Tom Lane | Set max_safe_fds whenever we create shared memory and... |
tree | commitdiff |
2024-12-04 |
Nathan Bossart | Provide a better error message for misplaced dispatch... |
tree | commitdiff |
2024-11-14 |
Heikki Linnakangas | Assign a child slot to every postmaster child process |
tree | commitdiff |
2024-09-21 |
Tomas Vondra | Increase the number of fast-path lock slots |
tree | commitdiff |
2024-08-02 |
Peter Eisentraut | Include bison header files into implementation files |
tree | commitdiff |
2024-07-25 |
Peter Eisentraut | Add extern declarations for Bison global variables |
tree | commitdiff |
2024-07-23 |
Peter Eisentraut | Get rid of a global variable |
tree | commitdiff |
2024-03-04 |
Peter Eisentraut | Remove unused #include's from backend .c files |
tree | commitdiff |
2024-01-13 |
Peter Eisentraut | Make attstattarget nullable |
tree | commitdiff |
2024-01-04 |
Bruce Momjian | Update copyright for 2024 |
tree | commitdiff |
2023-11-06 |
Peter Eisentraut | Remove distprep |
tree | commitdiff |
2023-10-11 |
Michael Paquier | Refactor InitPostgres() to use bitwise option flags |
tree | commitdiff |
2023-08-28 |
Peter Eisentraut | Make error messages about WAL segment size more consistent |
tree | commitdiff |
2023-08-23 |
Peter Eisentraut | Add const decorations |
tree | commitdiff |
2023-03-25 |
Tom Lane | Fix CREATE INDEX progress reporting for multi-level... |
tree | commitdiff |
2023-01-02 |
Bruce Momjian | Update copyright for 2023 |
tree | commitdiff |
2022-12-20 |
Andrew Dunstan | Add copyright notices to meson files |
tree | commitdiff |
2022-12-12 |
Peter Eisentraut | Order getopt arguments |
tree | commitdiff |
2022-10-28 |
Peter Eisentraut | Remove AssertArg and AssertState |
tree | commitdiff |
2022-10-14 |
Tom Lane | Store GUC data in a memory context, instead of using... |
tree | commitdiff |
2022-09-22 |
Andres Freund | meson: Add initial version of meson based build system |
tree | commitdiff |
2022-09-20 |
Peter Geoghegan | Harmonize more parameter names in bulk. |
tree | commitdiff |
2022-09-09 |
John Naylor | Bump minimum version of Bison to 2.3 |
tree | commitdiff |
2022-09-04 |
John Naylor | Build all Flex files standalone |
tree | commitdiff |
2022-07-25 |
Tom Lane | Process session_preload_libraries within InitPostgres... |
tree | commitdiff |
2022-07-06 |
Robert Haas | Change internal RelFileNode references to RelFileNumber... |
tree | commitdiff |
2022-07-03 |
Peter Eisentraut | Remove redundant null pointer checks before free() |
tree | commitdiff |
2022-06-08 |
Tom Lane | Be more careful about GucSource for internally-driven... |
tree | commitdiff |
2022-05-13 |
Peter Eisentraut | Indent C code in flex and bison files |
tree | commitdiff |
2022-01-17 |
Robert Haas | pg_upgrade: Preserve relfilenodes and tablespace OIDs. |
tree | commitdiff |
2022-01-08 |
Bruce Momjian | Update copyright for 2022 |
tree | commitdiff |
2021-08-09 |
Andres Freund | Fix bogus assertion in BootstrapModeMain(). |
tree | commitdiff |
2021-08-05 |
Andres Freund | process startup: Always call Init[Auxiliary]Process... |
tree | commitdiff |
2021-08-05 |
Andres Freund | process startup: Remove bootstrap / checker modes from... |
tree | commitdiff |
2021-08-05 |
Andres Freund | process startup: Move AuxiliaryProcessMain into its... |
tree | commitdiff |
2021-08-05 |
Andres Freund | process startup: auxprocess: reindent block |
tree | commitdiff |
2021-08-05 |
Andres Freund | process startup: Separate out BootstrapModeMain from... |
tree | commitdiff |
2021-08-02 |
Andres Freund | Remove misplaced comment from AuxiliaryProcessMain(). |
tree | commitdiff |
2021-05-27 |
Tom Lane | Rethink definition of pg_attribute.attcompression. |
tree | commitdiff |
2021-05-23 |
Tom Lane | Re-order pg_attribute columns to eliminate some padding... |
tree | commitdiff |
2021-05-12 |
Tom Lane | Initial pgindent and pgperltidy run for v14. |
tree | commitdiff |
2021-04-03 |
Andres Freund | Split backend status and progress related functionality... |
tree | commitdiff |
2021-03-23 |
Tomas Vondra | Allow composite types in catalog bootstrap |
tree | commitdiff |
2021-03-23 |
Tomas Vondra | Convert Typ from array to list in bootstrap |
tree | commitdiff |
2021-03-19 |
Robert Haas | Allow configurable LZ4 TOAST compression. |
tree | commitdiff |
2021-03-15 |
Fujii Masao | Make archiver process an auxiliary process. |
tree | commitdiff |
2021-01-02 |
Bruce Momjian | Update copyright for 2021 |
tree | commitdiff |
2020-12-28 |
Bruce Momjian | Revert "Add key management system" (978f869b99) & later... |
tree | commitdiff |
2020-12-25 |
Bruce Momjian | Add key management system |
tree | commitdiff |
2020-11-11 |
Peter Eisentraut | Fix some stray whitespace in parser files |
tree | commitdiff |
2020-10-29 |
Tom Lane | Don't use custom OID symbols in pg_type.dat, either. |
tree | commitdiff |
2020-10-04 |
Tom Lane | Make postgres.bki use the same literal-string syntax... |
tree | commitdiff |
2020-09-05 |
Tom Lane | Improve some ancient, crufty code in bootstrap + initdb. |
tree | commitdiff |
2020-07-21 |
Tom Lane | Be more careful about marking catalog columns NOT NULL... |
tree | commitdiff |
2020-04-04 |
Noah Misch | Skip WAL for new relfilenodes, under wal_level=minimal. |
tree | commitdiff |
2020-03-22 |
Noah Misch | Revert "Skip WAL for new relfilenodes, under wal_level... |
tree | commitdiff |
2020-03-21 |
Noah Misch | Skip WAL for new relfilenodes, under wal_level=minimal. |
tree | commitdiff |
2020-03-13 |
Peter Eisentraut | Unify several ways to tracking backend type |
tree | commitdiff |
2020-03-11 |
Peter Eisentraut | Refactor ps_status.c API |
tree | commitdiff |
2020-03-04 |
Tom Lane | Introduce macros for typalign and typstorage constants. |
tree | commitdiff |
2020-01-01 |
Bruce Momjian | Update copyrights for 2020 |
tree | commitdiff |
2019-12-26 |
Michael Paquier | Revert "Rename files and headers related to index AM" |
tree | commitdiff |
2019-12-25 |
Michael Paquier | Rename files and headers related to index AM |
tree | commitdiff |
2019-11-21 |
Peter Eisentraut | Remove configure --disable-float4-byval |
tree | commitdiff |
2019-11-05 |
Andres Freund | Split all OBJS style lines in makefiles into one-line... |
tree | commitdiff |
2019-07-16 |
Michael Paquier | Fix inconsistencies and typos in the tree |
tree | commitdiff |
2019-05-14 |
Tom Lane | In bootstrap mode, use default signal handling for... |
tree | commitdiff |
2019-04-25 |
Alvaro Herrera | Fix tablespace inheritance for partitioned rels |
tree | commitdiff |
2019-03-29 |
Andres Freund | tableam: relation creation, VACUUM FULL/CLUSTER, SET... |
tree | commitdiff |
2019-03-11 |
Andres Freund | tableam: Add and use scan APIs. |
tree | commitdiff |
2019-03-06 |
Andres Freund | tableam: introduce table AM infrastructure. |
tree | commitdiff |
2019-01-23 |
Michael Paquier | Remove argument isprimary from index_build() |
tree | commitdiff |
2019-01-21 |
Andres Freund | Remove superfluous tqual.h includes. |
tree | commitdiff |
2019-01-21 |
Andres Freund | Replace uses of heap_open et al with the corresponding... |
tree | commitdiff |
2019-01-15 |
Andres Freund | Don't include genam.h from execnodes.h and relscan... |
tree | commitdiff |
2019-01-15 |
Andres Freund | Don't include heapam.h from others headers. |
tree | commitdiff |
2019-01-02 |
Bruce Momjian | Update copyright for 2019 |
tree | commitdiff |
2018-12-19 |
Tom Lane | Make type "name" collation-aware. |
tree | commitdiff |
2018-12-18 |
Tom Lane | Make collation-aware system catalog columns use "C... |
tree | commitdiff |
2018-11-21 |
Andres Freund | Remove WITH OIDS support, change oid catalog column... |
tree | commitdiff |
2018-09-09 |
Tom Lane | Install a check for mis-linking of src/port and src... |
tree | commitdiff |
2018-07-18 |
Tom Lane | Use a ResourceOwner to track buffer pins in all cases. |
tree | commitdiff |
2018-05-18 |
Peter Eisentraut | Message wording and pluralization improvements |
tree | commitdiff |
2018-05-05 |
Tom Lane | Fix bootstrap parser so that its keywords are unreserve... |
tree | commitdiff |
2018-04-17 |
Tom Lane | Rationalize handling of array type names in bootstrap... |
tree | commitdiff |
2018-04-17 |
Tom Lane | Simplify genbki.pl's data quoting rules. |
tree | commitdiff |
2018-04-07 |
Stephen Frost | Allow group access on PGDATA |
tree | commitdiff |
2018-04-07 |
Teodor Sigaev | Indexes with INCLUDE columns and their support in B... |
tree | commitdiff |
2018-04-05 |
Magnus Hagander | Allow background workers to bypass datallowconn |
tree | commitdiff |
2018-03-21 |
Peter Eisentraut | Handle heap rewrites even better in logical decoding |
tree | commitdiff |
2018-03-07 |
Alvaro Herrera | Add missing debug lines during bootstrap |
tree | commitdiff |
2018-02-19 |
Alvaro Herrera | Allow UNIQUE indexes on partitioned tables |
tree | commitdiff |
2018-02-02 |
Robert Haas | Support parallel btree index builds. |
tree | commitdiff |
2018-01-19 |
Alvaro Herrera | Local partitioned indexes |
tree | commitdiff |
next |