Commit Graph

7296 Commits (36839c192706f5abd75bdcb02b6a7cace14ce108)

Author SHA1 Message Date
Tom Lane 36839c1927 Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts 25 years ago
Bruce Momjian 0651a5799d Backed out: 25 years ago
Bruce Momjian 475c1452b1 Attached is a set of patches for a couple of bugs dealing with 25 years ago
Bruce Momjian 20dfd50c41 More cleanup. 25 years ago
Tom Lane 160675ecee Relax test on typmod matching between a table and its proposed ON SELECT 25 years ago
Peter Eisentraut f8bdef0780 Windows wants shared libraries in PATH. 25 years ago
Bruce Momjian 93cf749f40 Update pgcvslog to fix problem with duplicate narratives. 25 years ago
Tom Lane 6162432de9 Add more critical-section calls: all code sections that hold spinlocks 25 years ago
Philip Warner d63e41e9b2 Fixed handling of renamed columns in PK constraints 25 years ago
Philip Warner 06ef1ef2ec - Check ntuples == 1 for various SELECT statements. 25 years ago
Tom Lane 565639cde0 Preserve constraints and column defaults during CLUSTER. 25 years ago
Marc G. Fournier 0ad7db4be4 New feature: 25 years ago
Peter Eisentraut 7cd971183c #ifdef out entire file for newer Cygwin versions. 25 years ago
Peter Eisentraut 9b19224666 Add DLLIMPORT to TransactionCommandContext. 25 years ago
Peter Eisentraut c340c21865 Remove useless DLLIMPORT (only needed in header files). 25 years ago
Hiroshi Inoue 09a160d579 Removed a no longer needed SetWaitingForLock() call in 25 years ago
Tom Lane 412cb388b3 Do The Right Thing (tm) if asked to cluster a temp table. Previous 25 years ago
Michael Meskes 353f71a331 Synced preproc.y with gram.y. 25 years ago
Peter Eisentraut 8eed998a65 Remove -L$(libdir) from DLLLIBS to prevent linking with an old version 25 years ago
Peter Eisentraut c3f9371956 Add configure check for sys_nerr, to end all discussions. 25 years ago
Bruce Momjian e586026d10 The KAME files md5.* and sha1.* have the following changelog 25 years ago
Hiroshi Inoue 7edff1618e Disable query cancel during HandleDeadLock(). 25 years ago
Vadim B. Mikheev 4b59366e57 1. Checkpoint.undo may be after checkpoint itself: 25 years ago
Tom Lane 07c741e61c Fix oversight in planning of GROUP queries: when an expression is used 25 years ago
Tom Lane 4cb0950cfe Fix small but critical typo ... 25 years ago
Tom Lane f19238e027 Prevent vacuumdb from trying to vacuum template0. 25 years ago
Bruce Momjian 745f0c21e5 Remove compiler warning about uninitialized warnings. 25 years ago
Tom Lane bf74477b05 check for failure after vacuuming each DB, not only the last one. 25 years ago
Tom Lane b95f81a54a Add some debugging support code (ifdef'd out in normal use). 25 years ago
Tom Lane e2586c3c62 LockBuffer should not elog while holding buffer's cntx_lock. 25 years ago
Hiroshi Inoue 6adc255f8a Keep relations open until they are no longer needed. 25 years ago
Tom Lane 1112a2a084 Make outfuncs/readfuncs treat OIDs properly as unsigned values. Clean up 25 years ago
Tom Lane a4ddbbd1a4 Correct nasty error in heap_update: it was releasing the buffer refcount 25 years ago
Tom Lane 542b7c6445 Clear QueryCancel and ProcDiePending at start of proc_exit, to ensure 25 years ago
Tom Lane cb7ce7d0e3 Fix recent breakage of query-cancel logic, see my pghackers message 25 years ago
Tom Lane 4ced15ece4 Resultmap updates for OpenBSD, per report from bpalmer@crimelabs.net. 25 years ago
Tom Lane 4057b64f32 Modify readfuncs so that recursive use of stringToNode will not crash 25 years ago
Tom Lane 1402201463 Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands. 25 years ago
Tom Lane deb21f0f80 Log memory context stats to stderr when reporting a 'Memory exhausted' 25 years ago
Tom Lane e69b8d4655 Fix memory leak in relcache handling of rules: allocate rule parsetrees 25 years ago
Peter Eisentraut 41fde54603 Polish help output. Allow --help to work with BSD getopts. 25 years ago
Tom Lane 24a4aff68e No need for screen_size to be static. 25 years ago
Peter Eisentraut 3ff76734f6 Simplify the rules that explicitly allowed TYPE as a type name (which is 25 years ago
Tatsuo Ishii a6944611e2 Fix copy to make it more robust against unexpected character 25 years ago
Hiroshi Inoue 4451ed3dfe init_irels() is changed to be called in RelationCacheInitializePhase2() 25 years ago
Tom Lane 682b128993 Fix NOT NULL option for plpgsql variables (doesn't look like it 25 years ago
Tom Lane 0ad5e43772 Fix misplaced strdup(), which could lead to error messages referencing 25 years ago
Tom Lane 81d08fcffe Rename and document some invalidation routines to make it clearer that 25 years ago
Tom Lane 2fb6cc9045 Remove not-really-standard implementation of CREATE TABLE's UNDER clause, 25 years ago
Tom Lane e62c38d0fc Disallow creation of a child table by a user who does not own the parent 25 years ago