Commit Graph

2439 Commits (266c3679f744b3efea534bd6f656ed1a6600a899)

Author SHA1 Message Date
Tom Lane 5eb6de5991 Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed 23 years ago
Tom Lane f9b5b41ef9 Code review for ON COMMIT patch. Make the actual on-commit action happen 23 years ago
Bruce Momjian 75fee4535d Back out use of palloc0 in place if palloc/MemSet. Seems constant len 23 years ago
Bruce Momjian 78822b328c Add palloc0 function to inline MemSet for newNode call. 23 years ago
Bruce Momjian 7aeab94adf This trivial patch removes 2 unused defines from pg_config.h.in: 23 years ago
Bruce Momjian ceb4f5ea9c > > I'll re-check that with the ppc architecture guy here. 23 years ago
Bruce Momjian ebb531836a Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] 23 years ago
Tom Lane d2c744aa56 Add extra_float_digits GUC parameter to allow adjustment of displayed 23 years ago
Bruce Momjian fef731d1c4 The "Allow easy display of usernames in a group (pg_hba.conf uses groups 23 years ago
Tom Lane 9a1ced2732 Add #define _GNU_SOURCE to work around what seems to be Perl 5.8.0's 23 years ago
Tom Lane b02d3aaed7 Move substitute extern declarations to end of file, so that they are 23 years ago
Tom Lane 2103b7baa2 Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to do 23 years ago
Tom Lane f6dba10e62 First phase of implementing hash-based grouping/aggregation. An AGG plan 23 years ago
Tom Lane 5123139210 Remove encoding lookups from grammar stage, push them back to places 23 years ago
Tom Lane 6a7273e14c Fix permissions-checking bugs and namespace-search-path bugs in 23 years ago
Tom Lane 55e4ef138c Code review for statement_timeout patch. Fix some race conditions 23 years ago
Tom Lane a77b862c09 Add dummy variable declaration to PG_FUNCTION_INFO_V1() to prevent 24 years ago
Tom Lane ba963c651b Remove #warning directive, which is nonstandard and isn't really 24 years ago
Tom Lane c3086c8f53 Function-call-style type coercions should be treated as explicit 24 years ago
Bruce Momjian 4668d54f0b Add fseeko for NetBSD. 24 years ago
Bruce Momjian f142b09151 Add fseeko/ftello prototypes for BSD/OS only to c.h. 24 years ago
Peter Eisentraut 7d970df60e Add DLLIMPORT declarations required by contrib with asserts enabled. 24 years ago
Tom Lane 200b151615 Fix places that were using IsTransactionBlock() as an (inadequate) check 24 years ago
Bruce Momjian e49c1a9234 Fix ALTER TABLE ... ADD COLUMN for inheritance cases. 24 years ago
Tom Lane e16f04cf72 Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty 24 years ago
Peter Eisentraut de9d7f4bd5 Add DLLIMPORT declarations needed by contrib modules. 24 years ago
Tom Lane a044e2abdd Rule rewriter was doing the wrong thing with conditional INSTEAD rules 24 years ago
Tom Lane c0f7dcdac1 Fix range-query estimation to not double-exclude NULLs, per gripe from 24 years ago
Bruce Momjian bab3d29fba This patch adds some missing functions for float8 math operations, 24 years ago
Tom Lane 6c06bc2644 Make 'dummy' declarations in header files be 'extern int no_such_variable' 24 years ago
Tom Lane 9ff695c944 Make SPI's execution of querystrings follow the rules agreed to for 24 years ago
Tom Lane d508b057ac Adjust handling of command status strings in the presence of rules, 24 years ago
Tom Lane ea3728ee5b Add missing entries for bit<->int4 and bit<->int8 conversions. 24 years ago
Tom Lane 8f2a289d78 Arrange to copy relcache's trigdesc structure at the start of any 24 years ago
Bruce Momjian 2177b6b635 Oops, back out newNode changes. We are not ready for that yet. 24 years ago
Bruce Momjian 6a7bb0afbc Prevent tv_sec from becoming negative in connection timeout code. 24 years ago
Bruce Momjian baaf8d7186 Again improve MemSet comments. 24 years ago
Bruce Momjian 59da96b8ce Update MemSet comments. 24 years ago
Bruce Momjian a0bf2503ea The attached patch fixes a number of issues related to compiling the 24 years ago
Bruce Momjian d4eae72513 This patch removes two unused global variables from globals.c 24 years ago
Tom Lane b813d143ae Alter scale selection for NUMERIC division and transcendental functions 24 years ago
Tom Lane b2ab1e6bc9 Ensure that before truncating CLOG, we force a checkpoint even if no 24 years ago
Tom Lane c87469e64a Fix problems with loss of tuple commit status bits during WAL redo of 24 years ago
Tom Lane e92bec2844 Update some obsolete comments and column descriptions. 24 years ago
Peter Eisentraut 12bb3679db Remove useless O_DIROPEN stuff. 24 years ago
Tom Lane 5fa3418304 Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other 24 years ago
Tom Lane bc1088c28a Get rid of bogus use of heap_mark4update in reindex operations (cf. 24 years ago
Tom Lane c328b6dd8b Replace pg_attribute.attisinherited with attislocal and attinhcount 24 years ago
Tom Lane 9946b83ded Bring SIMILAR TO and SUBSTRING into some semblance of conformance with 24 years ago
Tom Lane ac355d558e Move most of the error checking for foreign-key constraints out of 24 years ago