| 2019-01-29 |
Michael Paquier | Use catalog query to discover tables to process in... |
commit | commitdiff | tree |
| 2019-01-29 |
Andres Freund | Fix LLVM related headers to compile standalone (to... |
commit | commitdiff | tree |
| 2019-01-29 |
Andres Freund | Revert "Move page initialization from RelationAddExtraB... |
commit | commitdiff | tree |
| 2019-01-28 |
Andres Freund | Fix race condition between relation extension and vacuum. |
commit | commitdiff | tree |
| 2019-01-28 |
Tomas Vondra | Separate per-batch and per-tuple memory contexts in... |
commit | commitdiff | tree |
| 2019-01-28 |
Tom Lane | In the planner, replace an empty FROM clause with a... |
commit | commitdiff | tree |
| 2019-01-28 |
Andres Freund | Install JIT related headers. |
commit | commitdiff | tree |
| 2019-01-28 |
Andres Freund | Move page initialization from RelationAddExtraBlocks... |
commit | commitdiff | tree |
| 2019-01-28 |
Peter Eisentraut | psql: Remove unused tab completion query |
commit | commitdiff | tree |
| 2019-01-28 |
Peter Eisentraut | doc: Add link from sslinfo to pg_stat_ssl |
commit | commitdiff | tree |
| 2019-01-28 |
Michael Paquier | Add tab completion for ALTER INDEX ALTER COLUMN in... |
commit | commitdiff | tree |
| 2019-01-28 |
Amit Kapila | Revert "Avoid creation of the free space map for small... |
commit | commitdiff | tree |
| 2019-01-28 |
Amit Kapila | Avoid creation of the free space map for small heap... |
commit | commitdiff | tree |
| 2019-01-28 |
Amit Kapila | In bootstrap mode, don't allow the creation of files... |
commit | commitdiff | tree |
| 2019-01-27 |
Michael Paquier | Add TAP tests for vacuumdb with column lists |
commit | commitdiff | tree |
| 2019-01-27 |
Tom Lane | Allow for yet another crash symptom in 013_crash_restar... |
commit | commitdiff | tree |
| 2019-01-26 |
Andres Freund | Change function call information to be variable length. |
commit | commitdiff | tree |
| 2019-01-26 |
Tom Lane | Fix psql's "\g target" meta-command to work with COPY... |
commit | commitdiff | tree |
| 2019-01-26 |
Peter Eisentraut | Make regression test output locale-independent |
commit | commitdiff | tree |
| 2019-01-26 |
Tom Lane | Allow UNLISTEN in hot-standby mode. |
commit | commitdiff | tree |
| 2019-01-26 |
Michael Paquier | Simplify restriction handling of two-phase commit for... |
commit | commitdiff | tree |
| 2019-01-25 |
Bruce Momjian | SQL comment: remove extra word in heading comment |
commit | commitdiff | tree |
| 2019-01-25 |
Tom Lane | Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFOR... |
commit | commitdiff | tree |
| 2019-01-25 |
Tom Lane | Teach nulltestsel() that system columns are never NULL. |
commit | commitdiff | tree |
| 2019-01-25 |
Tom Lane | Fix possibly-uninitialized-variable warning from commit... |
commit | commitdiff | tree |
| 2019-01-25 |
Heikki Linnakangas | Use single-byte Boyer-Moore-Horspool search even with... |
commit | commitdiff | tree |
| 2019-01-25 |
Heikki Linnakangas | Fix comments that claimed that mblen() only looks at... |
commit | commitdiff | tree |
| 2019-01-25 |
Peter Eisentraut | Allow generalized expression syntax for partition bounds |
commit | commitdiff | tree |
| 2019-01-24 |
Tom Lane | Remove _configthreadlocale() calls in ecpg test suite. |
commit | commitdiff | tree |
| 2019-01-24 |
Tom Lane | Remove infinite-loop hazards in ecpg test suite. |
commit | commitdiff | tree |
| 2019-01-24 |
Peter Eisentraut | PL/pgSQL: Add statement ID to statement structures |
commit | commitdiff | tree |
| 2019-01-24 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2019-01-24 |
Alvaro Herrera | Fix droppability of constraints upon partition detach |
commit | commitdiff | tree |
| 2019-01-24 |
Tom Lane | Fix portability problem in pgbench. |
commit | commitdiff | tree |
| 2019-01-24 |
Alvaro Herrera | Simplify coding to detach constraints when detaching... |
commit | commitdiff | tree |
| 2019-01-24 |
Etsuro Fujita | postgres_fdw: Account for tlist eval costs in estimate_... |
commit | commitdiff | tree |
| 2019-01-24 |
Tom Lane | Blind attempt to fix _configthreadlocale() failures... |
commit | commitdiff | tree |
| 2019-01-24 |
Alvaro Herrera | Detach constraints when partitions are detached |
commit | commitdiff | tree |
| 2019-01-23 |
Michael Paquier | Remove argument isprimary from index_build() |
commit | commitdiff | tree |
| 2019-01-23 |
Heikki Linnakangas | Fix misc typos in comments. |
commit | commitdiff | tree |
| 2019-01-23 |
Michael Paquier | Fix typo in pgbench.c |
commit | commitdiff | tree |
| 2019-01-23 |
Tatsuo Ishii | Doc: fix typo in URL of OASIS group web site. |
commit | commitdiff | tree |
| 2019-01-23 |
Michael Paquier | Make vacuumdb test regex more modular for its query... |
commit | commitdiff | tree |
| 2019-01-22 |
Tomas Vondra | Fix handling of volatile expressions in COPY FROM ... |
commit | commitdiff | tree |
| 2019-01-22 |
Andres Freund | llvm: Fix file-ending in IDENTIFICATION comments. |
commit | commitdiff | tree |
| 2019-01-22 |
Michael Paquier | Adjust documentation for vacuumdb --disable-page-skipping |
commit | commitdiff | tree |
| 2019-01-22 |
Andres Freund | Rename RelationData.rd_amroutine to rd_indam. |
commit | commitdiff | tree |
| 2019-01-22 |
Andres Freund | Rephrase references to "time qualification". |
commit | commitdiff | tree |
| 2019-01-22 |
Andres Freund | Move remaining code from tqual.[ch] to heapam.h / heapa... |
commit | commitdiff | tree |
| 2019-01-22 |
Andres Freund | Move generic snapshot related code from tqual.h to... |
commit | commitdiff | tree |
| 2019-01-22 |
Andres Freund | Change snapshot type to be determined by enum rather... |
commit | commitdiff | tree |
| 2019-01-21 |
Tom Lane | Remove useless bms_copy step in RelationGetIndexAttrBitmap. |
commit | commitdiff | tree |
| 2019-01-21 |
Alvaro Herrera | Create action triggers when partitions are detached |
commit | commitdiff | tree |
| 2019-01-21 |
Alvaro Herrera | Flush relcache entries when their FKs are meddled with |
commit | commitdiff | tree |
| 2019-01-21 |
Tom Lane | Second try at fixing ecpglib thread-safety problem. |
commit | commitdiff | tree |
| 2019-01-21 |
Andres Freund | Fix "Remove superfluous tqual.h includes" by adding... |
commit | commitdiff | tree |
| 2019-01-21 |
Tom Lane | Fix sepgsql regression test. |
commit | commitdiff | tree |
| 2019-01-21 |
Andres Freund | Remove superfluous tqual.h includes. |
commit | commitdiff | tree |
| 2019-01-21 |
Andres Freund | Replace uses of heap_open et al with the corresponding... |
commit | commitdiff | tree |
| 2019-01-21 |
Andres Freund | Replace heapam.h includes with {table, relation}.h... |
commit | commitdiff | tree |
| 2019-01-21 |
Andres Freund | Introduce access/{table.h, relation.h}, for generic... |
commit | commitdiff | tree |
| 2019-01-21 |
Tom Lane | Sort the dependent objects before recursing in findDepe... |
commit | commitdiff | tree |
| 2019-01-21 |
Alvaro Herrera | Add 'id' to Acknowledgments section |
commit | commitdiff | tree |
| 2019-01-21 |
Andres Freund | Fix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal. |
commit | commitdiff | tree |
| 2019-01-21 |
Andres Freund | Adjust some more comments for WITH OIDS removal. |
commit | commitdiff | tree |
| 2019-01-21 |
Tom Lane | Avoid thread-safety problem in ecpglib. |
commit | commitdiff | tree |
| 2019-01-21 |
Tom Lane | Revert "Fix under-quoted filename pattern in pgbench... |
commit | commitdiff | tree |
| 2019-01-21 |
Etsuro Fujita | Postpone generating tlists and EC members for inheritan... |
commit | commitdiff | tree |
| 2019-01-19 |
Tomas Vondra | Allow COPY FROM to filter data using WHERE conditions |
commit | commitdiff | tree |
| 2019-01-19 |
Tomas Vondra | Revert "Add valgrind suppressions for wcsrtombs optimiz... |
commit | commitdiff | tree |
| 2019-01-19 |
Magnus Hagander | Replace @postgresql.org with @lists.postgresql.org... |
commit | commitdiff | tree |
| 2019-01-19 |
Peter Eisentraut | Fix outdated comment |
commit | commitdiff | tree |
| 2019-01-18 |
Tom Lane | Fix under-quoted filename pattern in pgbench TAP test. |
commit | commitdiff | tree |
| 2019-01-18 |
Tom Lane | Use our own getopt() on OpenBSD. |
commit | commitdiff | tree |
| 2019-01-18 |
Alvaro Herrera | Fix creation of duplicate foreign keys on partitions |
commit | commitdiff | tree |
| 2019-01-18 |
Alvaro Herrera | Move CloneForeignKeyConstraints to tablecmds.c |
commit | commitdiff | tree |
| 2019-01-18 |
Alvaro Herrera | Refactor duplicate code into DeconstructFkConstraintRow |
commit | commitdiff | tree |
| 2019-01-18 |
Tom Lane | Avoid sometimes printing both tables and their columns... |
commit | commitdiff | tree |
| 2019-01-18 |
Peter Eisentraut | Remove obsolete comment |
commit | commitdiff | tree |
| 2019-01-18 |
Peter Eisentraut | configure: More use of AC_ARG_VAR |
commit | commitdiff | tree |
| 2019-01-18 |
Michael Paquier | Fix incorrect relation name in comment of vacuumlazy.c |
commit | commitdiff | tree |
| 2019-01-18 |
Michael Paquier | Enforce non-parallel plan when calling current_schema... |
commit | commitdiff | tree |
| 2019-01-18 |
Tom Lane | Avoid assuming that we know the spelling of getopt_long... |
commit | commitdiff | tree |
| 2019-01-18 |
Michael Paquier | Restrict the use of temporary namespace in two-phase... |
commit | commitdiff | tree |
| 2019-01-17 |
Magnus Hagander | Replace references to mailinglists with @lists.postgres... |
commit | commitdiff | tree |
| 2019-01-17 |
Magnus Hagander | Remove references to Majordomo |
commit | commitdiff | tree |
| 2019-01-17 |
Andrew Gierth | Postpone aggregate checks until after collation is... |
commit | commitdiff | tree |
| 2019-01-17 |
Tatsuo Ishii | Doc: enhance pgbench manual. |
commit | commitdiff | tree |
| 2019-01-17 |
Etsuro Fujita | postgres_fdw: Remove duplicate code in DML execution... |
commit | commitdiff | tree |
| 2019-01-16 |
Alvaro Herrera | Reorganize planner code moved in b60c39759908 |
commit | commitdiff | tree |
| 2019-01-16 |
Peter Eisentraut | Increase test coverage in RI_Initial_Check() |
commit | commitdiff | tree |
| 2019-01-16 |
Peter Eisentraut | Increase test coverage in RI_FKey_fk_upd_check_required() |
commit | commitdiff | tree |
| 2019-01-16 |
Peter Eisentraut | Increase test coverage in RI_FKey_pk_upd_check_required() |
commit | commitdiff | tree |
| 2019-01-16 |
Peter Eisentraut | Add test case for ON DELETE NO ACTION/RESTRICT |
commit | commitdiff | tree |
| 2019-01-15 |
Andres Freund | Don't duplicate parallel seqscan shmem sizing logic... |
commit | commitdiff | tree |
| 2019-01-15 |
Andres Freund | Move vacuumlazy.c into access/heap. |
commit | commitdiff | tree |
| 2019-01-15 |
Andres Freund | Fix parent of WCO qual. |
commit | commitdiff | tree |
| 2019-01-15 |
Tom Lane | Finish reverting "recheck_on_update" patch. |
commit | commitdiff | tree |
| 2019-01-15 |
Andres Freund | Don't include genam.h from execnodes.h and relscan... |
commit | commitdiff | tree |
| 2019-01-15 |
Andres Freund | Make naming of tupdesc related structs more consistent... |
commit | commitdiff | tree |
| next |