Commit Graph

1281 Commits (8ee29a19d69ab6c19ec0f7565541b9f96e898200)

Author SHA1 Message Date
Stephen Frost 6e243c43c9 Add test_pg_dump to @contrib_excludes 10 years ago
Robert Haas f2f5e7e78e Again update typedefs.list file in preparation for pgindent run 10 years ago
Tom Lane 8473b7f95f Add a --non-master-only option to git_changelog. 10 years ago
Andrew Dunstan 0fb54de9aa Support building with Visual Studio 2015 10 years ago
Robert Haas acb51bd71d Update typedefs.list file in preparation for pgindent run 10 years ago
Tom Lane 8067c8f86b Add a --brief option to git_changelog. 10 years ago
Magnus Hagander cf086b1c2f Update helptext for vcregress.pl 10 years ago
Kevin Grittner 80647bf65a Make oldSnapshotControl a pointer to a volatile structure 10 years ago
Peter Eisentraut ee5dbc8173 cpluspluscheck: Update include path 10 years ago
Andres Freund 48354581a4 Allow Pin/UnpinBuffer to operate in a lockfree manner. 10 years ago
Kevin Grittner 279d86afdb Add snapshot_too_old to NSVC @contrib_excludes 10 years ago
Andrew Dunstan 76a1c97bf2 Silence warning from modern perl about unescaped braces 10 years ago
Andrew Dunstan 01a07e6c11 Turn down MSVC compiler verbosity 10 years ago
Fujii Masao 989be0810d Support multiple synchronous standby servers. 10 years ago
Alvaro Herrera f2fcad27d5 Support ALTER THING .. DEPENDS ON EXTENSION 10 years ago
Noah Misch 4ad6f13500 Copyedit comments and documentation. 10 years ago
Magnus Hagander 3063e7a840 Add missing gss option to msvc config template 10 years ago
Tom Lane f5f15ea6aa Fix MSVC build for changes in zic. 10 years ago
Tom Lane cd37bb7859 Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE. 10 years ago
Tom Lane c1156411ad Move psql's psqlscan.l into src/fe_utils. 10 years ago
Tom Lane d65bea26a8 Move psql's print.c and mbprint.c into src/fe_utils. 10 years ago
Tom Lane 0ecd3fedfc Add missed inclusion requirement in Mkvcbuild.pm. 10 years ago
Tom Lane 588d963b00 Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 10 years ago
Tom Lane 2c6af4f442 Move keywords.c/kwlookup.c into src/common/. 10 years ago
Andres Freund 98a64d0bd7 Introduce WaitEventSet API. 10 years ago
Andres Freund 72e2d21c12 Combine win32 and unix latch implementations. 10 years ago
Andres Freund 326d73c86f Second attempt at fixing MSVC build for 68ab8e8ba4. 10 years ago
Tom Lane 6f1f34c92b Best-guess attempt at fixing MSVC build for 68ab8e8ba4. 10 years ago
Andrew Dunstan 5d03201056 Remove dependency on psed for MSVC builds. 10 years ago
Tom Lane 0ea9efbe9e Split psql's lexer into two separate .l files for SQL and backslash cases. 10 years ago
Andres Freund 9cd00c457e Checkpoint sorting and balancing. 10 years ago
Andres Freund 428b1d6b29 Allow to trigger kernel writeback after a configurable number of writes. 10 years ago
Andres Freund 2f1f443930 Add valgrind suppressions for python code. 10 years ago
Andres Freund 5e43bee830 Add valgrind suppressions for bootstrap related code. 10 years ago
Joe Conway dc7d70ea05 Expose control file data via SQL accessible functions. 10 years ago
Teodor Sigaev 0e7557dc8d Fix Windows build broken by d78a7d9c7f 10 years ago
Alvaro Herrera 52fe6f4e02 Add 'tap_tests' flag in config_default.pl 10 years ago
Alvaro Herrera 5847397dec Minor tweaks for new src/test/recovery 10 years ago
Alvaro Herrera 49148645f7 Add a test framework for recovery 10 years ago
Noah Misch 4163588783 MSVC: Clean tmp_check directory of pg_controldata test suite. 10 years ago
Noah Misch 5882ca6686 Call xlc __isync() after, not before, associated compare-and-swap. 10 years ago
Joe Conway a5c43b8869 Add new system view, pg_config 10 years ago
Robert Haas c1772ad922 Change the way that LWLocks for extensions are allocated. 10 years ago
Bruce Momjian 216d568432 Properly install dynloader.h on MSVC builds 10 years ago
Tom Lane 65c5fcd353 Restructure index access method API to hide most of it at the C level. 10 years ago
Alvaro Herrera a967613911 Windows: Make pg_ctl reliably detect service status 10 years ago
Tom Lane de7c8dbea1 Make copyright.pl cope with nonstandard case choices in copyright notices. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane 870df2b3b7 Fix omission of -X (--no-psqlrc) in some psql invocations. 10 years ago
Tom Lane c4a8812cf6 Use just one standalone-backend session for initdb's post-bootstrap steps. 10 years ago