2019-10-19 |
Peter Eisentraut | Fix most -Wundef warnings |
tree | commitdiff |
2019-10-19 |
Noah Misch | Use standard compare_exchange loop style in ProcArrayGr... |
tree | commitdiff |
2019-10-16 |
Alvaro Herrera | Fix crash when reporting CREATE INDEX progress |
tree | commitdiff |
2019-10-04 |
Robert Haas | Rename some toasting functions based on whether they... |
tree | commitdiff |
2019-09-24 |
Fujii Masao | Speedup truncations of relation forks. |
tree | commitdiff |
2019-09-23 |
Peter Eisentraut | Message style fixes |
tree | commitdiff |
2019-09-18 |
Fujii Masao | Remove unused smgrdounlinkfork() function. |
tree | commitdiff |
2019-09-11 |
Tom Lane | Rearrange postmaster's startup sequence for better... |
tree | commitdiff |
2019-09-05 |
Tom Lane | Use data directory inode number, not port, to select... |
tree | commitdiff |
2019-09-05 |
Robert Haas | Split tuptoaster.c into three separate files. |
tree | commitdiff |
2019-08-19 |
Michael Paquier | Fix inconsistencies and typos in the tree, take 11 |
tree | commitdiff |
2019-08-13 |
Michael Paquier | Fix inconsistencies and typos in the tree, take 10 |
tree | commitdiff |
2019-08-05 |
Michael Paquier | Fix inconsistencies and typos in the tree, take 9 |
tree | commitdiff |
2019-07-31 |
Andres Freund | Remove superfluous newlines in function prototypes. |
tree | commitdiff |
2019-07-29 |
Tom Lane | Fix busted logic for parallel lock grouping in TopoSort(). |
tree | commitdiff |
2019-07-29 |
Michael Paquier | Fix inconsistencies and typos in the tree |
tree | commitdiff |
2019-07-28 |
Michael Paquier | Fix typo in fd.c |
tree | commitdiff |
2019-07-22 |
David Rowley | Use appendBinaryStringInfo in more places where the... |
tree | commitdiff |
2019-07-22 |
Michael Paquier | Fix inconsistencies and typos in the tree |
tree | commitdiff |
2019-07-17 |
Thomas Munro | Move some md.c-specific logic from smgr.c to md.c. |
tree | commitdiff |
2019-07-16 |
Michael Paquier | Fix inconsistencies and typos in the tree |
tree | commitdiff |
2019-07-15 |
Tom Lane | Represent Lists as expansible arrays, not chains of... |
tree | commitdiff |
2019-07-13 |
Thomas Munro | Forward received condition variable signals on cancel. |
tree | commitdiff |
2019-07-13 |
Thomas Munro | Introduce timed waits for condition variables. |
tree | commitdiff |
2019-07-08 |
Michael Paquier | Fix inconsistencies in the code |
tree | commitdiff |
2019-07-07 |
Peter Eisentraut | Use consistent style for checking return from system... |
tree | commitdiff |
2019-07-01 |
Michael Paquier | Fix many typos and inconsistencies |
tree | commitdiff |
2019-06-20 |
Thomas Munro | Remove obsolete comments about sempahores from proc.c. |
tree | commitdiff |
2019-06-17 |
Michael Paquier | Fix more typos and inconsistencies in the tree |
tree | commitdiff |
2019-06-08 |
Amit Kapila | Fix assorted inconsistencies. |
tree | commitdiff |
2019-06-03 |
Michael Paquier | Fix typos in various places |
tree | commitdiff |
2019-05-29 |
Alvaro Herrera | Make one message just like all its siblings. |
tree | commitdiff |
2019-05-24 |
Thomas Munro | Fix typos. |
tree | commitdiff |
2019-05-22 |
Tom Lane | Phase 2 pgindent run for v12. |
tree | commitdiff |
2019-05-22 |
Tom Lane | Initial pgindent run for v12. |
tree | commitdiff |
2019-05-18 |
Tom Lane | Make BufFileCreateTemp() ensure that temp tablespaces... |
tree | commitdiff |
2019-05-18 |
Andres Freund | tableam: Don't assume that every AM uses md.c style... |
tree | commitdiff |
2019-05-13 |
Peter Geoghegan | Standardize ItemIdData terminology. |
tree | commitdiff |
2019-05-09 |
Thomas Munro | Fix SxactGlobalXmin tracking. |
tree | commitdiff |
2019-05-07 |
Amit Kapila | Revert "Avoid the creation of the free space map for... |
tree | commitdiff |
2019-04-25 |
Fujii Masao | Fix function names in comments. |
tree | commitdiff |
2019-04-24 |
Alvaro Herrera | Unify error messages |
tree | commitdiff |
2019-04-17 |
Michael Paquier | Simplify some ERROR paths clearing wait events and... |
tree | commitdiff |
2019-04-13 |
Noah Misch | Consistently test for in-use shared memory. |
tree | commitdiff |
2019-04-05 |
Noah Misch | Revert "Consistently test for in-use shared memory." |
tree | commitdiff |
2019-04-05 |
Thomas Munro | Fix bugs in mdsyncfiletag(). |
tree | commitdiff |
2019-04-04 |
Thomas Munro | Refactor the fsync queue for wider use. |
tree | commitdiff |
2019-04-04 |
Noah Misch | Consistently test for in-use shared memory. |
tree | commitdiff |
2019-04-02 |
Alvaro Herrera | Prevent use of uninitialized variable |
tree | commitdiff |
2019-04-02 |
Alvaro Herrera | Report progress of CREATE INDEX operations |
tree | commitdiff |
2019-03-28 |
Thomas Munro | Add basic infrastructure for 64 bit transaction IDs. |
tree | commitdiff |
2019-03-27 |
Tomas Vondra | Track unowned relations in doubly-linked list |
tree | commitdiff |
2019-03-25 |
Peter Eisentraut | Add macro to cast away volatile without allowing change... |
tree | commitdiff |
2019-03-16 |
Amit Kapila | Improve code comments in b0eaa4c51b. |
tree | commitdiff |
2019-03-15 |
Thomas Munro | Enable parallel query with SERIALIZABLE isolation. |
tree | commitdiff |
2019-03-11 |
Alvaro Herrera | Move hash_any prototype from access/hash.h to utils... |
tree | commitdiff |
2019-03-09 |
Magnus Hagander | Track block level checksum failures in pg_stat_database |
tree | commitdiff |
2019-03-08 |
Michael Paquier | Tighten use of OpenTransientFile and CloseTransientFile |
tree | commitdiff |
2019-03-07 |
Thomas Munro | Drop the vestigial "smgr" type. |
tree | commitdiff |
2019-03-04 |
Peter Eisentraut | Remove volatile from latch API |
tree | commitdiff |
2019-03-01 |
Amit Kapila | Clear the local map when not used. |
tree | commitdiff |
2019-02-25 |
Michael Paquier | Make release of 2PC identifier and locks consistent... |
tree | commitdiff |
2019-02-24 |
Thomas Munro | Tolerate EINVAL when calling fsync() on a directory. |
tree | commitdiff |
2019-02-24 |
Thomas Munro | Tolerate ENOSYS failure from sync_file_range(). |
tree | commitdiff |
2019-02-17 |
Thomas Munro | Fix race in dsm_unpin_segment() when handles are reused. |
tree | commitdiff |
2019-02-15 |
Thomas Munro | Fix race in dsm_attach() when handles are reused. |
tree | commitdiff |
2019-02-12 |
Michael Paquier | Move max_wal_senders out of max_connections for connect... |
tree | commitdiff |
2019-02-04 |
Amit Kapila | Avoid creation of the free space map for small heap... |
tree | commitdiff |
2019-02-03 |
Thomas Munro | Add shared_memory_type GUC. |
tree | commitdiff |
2019-01-28 |
Amit Kapila | Revert "Avoid creation of the free space map for small... |
tree | commitdiff |
2019-01-28 |
Amit Kapila | Avoid creation of the free space map for small heap... |
tree | commitdiff |
2019-01-28 |
Amit Kapila | In bootstrap mode, don't allow the creation of files... |
tree | commitdiff |
2019-01-22 |
Andres Freund | Move remaining code from tqual.[ch] to heapam.h / heapa... |
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-21 |
Andres Freund | Replace heapam.h includes with {table, relation}.h... |
tree | commitdiff |
2019-01-10 |
Michael Paquier | Fix grammar mistakes in md.c |
tree | commitdiff |
2019-01-02 |
Bruce Momjian | Update copyright for 2019 |
tree | commitdiff |
2019-01-01 |
Michael Paquier | Remove configure switch --disable-strong-random |
tree | commitdiff |
2018-11-28 |
Peter Geoghegan | Have BufFileSize() ereport() on FileSize() failure. |
tree | commitdiff |
2018-11-27 |
Thomas Munro | Don't count zero-filled buffers as 'read' in EXPLAIN. |
tree | commitdiff |
2018-11-23 |
Thomas Munro | Add WL_EXIT_ON_PM_DEATH pseudo-event. |
tree | commitdiff |
2018-11-21 |
Andres Freund | Remove WITH OIDS support, change oid catalog column... |
tree | commitdiff |
2018-11-19 |
Tom Lane | Handle EPIPE more sanely when we close a pipe reading... |
tree | commitdiff |
2018-11-19 |
Thomas Munro | PANIC on fsync() failure. |
tree | commitdiff |
2018-11-19 |
Thomas Munro | Don't forget about failed fsync() requests. |
tree | commitdiff |
2018-11-15 |
Thomas Munro | Use 64 bit type for BufFileSize(). |
tree | commitdiff |
2018-11-13 |
Amit Kapila | Fix the initialization of atomic variables introduced... |
tree | commitdiff |
2018-11-11 |
Andres Freund | Remove volatiles from {procarray,volatile}.c and fix... |
tree | commitdiff |
2018-11-10 |
Andres Freund | Combine two flag tests in GetSnapshotData(). |
tree | commitdiff |
2018-11-06 |
Thomas Munro | Remove set-but-unused variable. |
tree | commitdiff |
2018-11-06 |
Thomas Munro | Use pg_pread() and pg_pwrite() for data files and WAL. |
tree | commitdiff |
2018-11-06 |
Thomas Munro | Remove some remaining traces of dsm_resize(). |
tree | commitdiff |
2018-11-06 |
Thomas Munro | Remove dsm_resize() and dsm_remap(). |
tree | commitdiff |
2018-11-02 |
Magnus Hagander | Fix spelling errors and typos in comments |
tree | commitdiff |
2018-10-16 |
Andres Freund | Correct constness of a few variables. |
tree | commitdiff |
2018-10-14 |
Michael Paquier | Avoid duplicate XIDs at recovery when building initial... |
tree | commitdiff |
2018-10-04 |
Michael Paquier | Refactor user-facing SQL functions signalling backends |
tree | commitdiff |
2018-10-01 |
Tom Lane | Add assertions that we hold some relevant lock during... |
tree | commitdiff |
2018-09-22 |
Alexander Korotkov | Replace CAS loop with single TAS in ProcArrayGroupClear... |
tree | commitdiff |
next |