Commit Graph

38842 Commits (09cecdf285ea9f51aed669f9ea1ba840197d49d0)
 

Author SHA1 Message Date
Tom Lane 09cecdf285 Fix a number of places that produced XX000 errors in the regression tests. 10 years ago
Andrew Dunstan 690ed2b76a Allow TAP tests to run under Msys 10 years ago
Tom Lane 13bba02271 Avoid calling memcpy() with a NULL source pointer and count == 0. 10 years ago
Heikki Linnakangas cb3384a0cb Fix output of ISBN-13 numbers beginning with 979. 10 years ago
Tom Lane d73d14c271 Fix incorrect order of lock file removal and failure to close() sockets. 10 years ago
Heikki Linnakangas 358cde320b Fix race condition that lead to WALInsertLock deadlock with commit_delay. 10 years ago
Andres Freund a4b09af3e9 Micro optimize LWLockAttemptLock() a bit. 10 years ago
Andres Freund 7039760114 Fix issues around the "variable" support in the lwlock infrastructure. 10 years ago
Tom Lane f69b4b9495 Fix some planner issues with degenerate outer join clauses. 10 years ago
Tom Lane dea1491ffb Teach predtest.c that "foo" implies "foo IS NOT NULL". 10 years ago
Tom Lane a6492ff897 Fix an oversight in checking whether a join with LATERAL refs is legal. 10 years ago
Noah Misch 16c4e6d8dc Clean up Makefile.win32 "-I" flag additions. 10 years ago
Noah Misch 5da944fb46 Consolidate makefile code for setting top_srcdir, srcdir and VPATH. 10 years ago
Alvaro Herrera e8e86fbc8b Fix volatility marking of commit timestamp functions 10 years ago
Alvaro Herrera c81276241b Fix broken assertion in BRIN code 10 years ago
Joe Conway d6314b20cd Improve CREATE FUNCTION doc WRT to LEAKPROOF RLS interaction. 10 years ago
Joe Conway 1e15b21229 Use appropriate command type when retrieving relation's policies. 10 years ago
Tom Lane 8693ebe37d Avoid some zero-divide hazards in the planner. 10 years ago
Heikki Linnakangas 5515ec0b3a Fix calculation of latency of pgbench backslash commands. 10 years ago
Heikki Linnakangas a2932283c2 Update ax_pthread.m4 to an experimental draft version from upstream. 10 years ago
Noah Misch c53f73879f Blacklist xlc 32-bit inlining. 10 years ago
Noah Misch 021a56989a Remove redundant "make install" from pg_upgrade test suite. 10 years ago
Noah Misch e6ea46c30e MSVC: Revert most 9.5 changes to pre-9.5 vcregress.pl tests. 10 years ago
Noah Misch d6ab14674d MSVC: Remove duplicate PATH entry in test harness. 10 years ago
Noah Misch d69252285c MSVC: Future-proof installation file skip logic. 10 years ago
Andrew Dunstan 2cd40adb85 Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMN 10 years ago
Joe Conway 632cd9f892 Create new ParseExprKind for use by policy expressions. 10 years ago
Robert Haas f04ce31475 Fix incorrect comment. 10 years ago
Robert Haas 38d4ce6b05 Flesh out the background worker documentation. 10 years ago
Heikki Linnakangas c7f0b28c7a Fix TAP tests with "make installcheck". 10 years ago
Tom Lane 342a1ffa21 Add some test coverage of EvalPlanQual with non-locked tables. 10 years ago
Joe Conway efe72a82aa Add missing post create and alter hooks to policy objects. 10 years ago
Heikki Linnakangas 13d856e177 Make TAP tests work on Windows. 10 years ago
Robert Haas 5f1066074c Document how to build the docs using the website style. 10 years ago
Andres Freund 3bc9356ddd Remove outdated comment in LWLockDequeueSelf's header. 10 years ago
Heikki Linnakangas a309ebd6b9 Fix typo in comment. 10 years ago
Peter Eisentraut 0dc848b031 pg_basebackup: Add --slot option 10 years ago
Peter Eisentraut 90102bb538 pg_basebackup: Add tests for -X option 10 years ago
Peter Eisentraut 36dc30aa7e pg_basebackup: Add tests for -R option 10 years ago
Tom Lane 5d0e8bc9e0 Prevent platform-dependent output row ordering in a new test query. 10 years ago
Tom Lane 2c698f438a Suppress "variable may be used uninitialized" warning. 10 years ago
Joe Conway d824e2800f Disallow converting a table to a view if row security is present. 10 years ago
Joe Conway f781a0f1d8 Create a pg_shdepend entry for each role in TO clause of policies. 10 years ago
Tom Lane 8c72a7fab4 Update our documentation concerning where to create data directories. 10 years ago
Andrew Dunstan 6d10f4e9d7 Only adjust negative indexes in json_get up to the length of the path. 10 years ago
Tom Lane d8f15c95be Reduce chatter from signaling of autovacuum workers. 10 years ago
Joe Conway 1e2bd43b31 Bump catversion so that HEAD is beyond 9.5 10 years ago
Joe Conway 7b4bfc87d5 Plug RLS related information leak in pg_stats view. 10 years ago
Andres Freund 426746b930 Remove ssl renegotiation support. 10 years ago
Andrew Dunstan 01f6bb4b2d Make tap tests store postmaster logs and handle vpaths correctly 10 years ago