Commit Graph

4758 Commits (e549722a8b2fcc5b2ad9a9bd53948466ea5dae26)

Author SHA1 Message Date
Tom Lane e549722a8b Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of 17 years ago
Peter Eisentraut 7babccb915 Add the possibility to specify an explicit validator function for foreign-data 17 years ago
Tom Lane f73bed308a Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER 17 years ago
Heikki Linnakangas bc134d7a51 Change the signaling of end-of-recovery. Startup process now indicates end 17 years ago
Heikki Linnakangas 6ebc6d9089 Increase NUM_AUXILIARY_PROCS, now that the startup process can co-exist 17 years ago
Heikki Linnakangas cdd46c7654 Start background writer during archive recovery. Background writer now performs 17 years ago
Tom Lane 6d1e361852 Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically 17 years ago
Peter Eisentraut 8b9dd6b5fd Support for KOI8U encoding 17 years ago
Tom Lane 8205258fa6 Adopt Bob Jenkins' improved hash function for hash_any(). This changes the 17 years ago
Alvaro Herrera 834a6da4f7 Update autovacuum to use reloptions instead of a system catalog, for 17 years ago
Tom Lane c473d92351 Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join 17 years ago
Tom Lane 7449427a1e Clean up some loose ends from the column privileges patch: add 17 years ago
Alvaro Herrera 3a5b773715 Allow reloption names to have qualifiers, initially supporting a TOAST 17 years ago
Tom Lane 0d65eea3da Replace argument-checking Asserts with regular test-and-elog checks in all 17 years ago
Peter Eisentraut 5fe3da927b Revert updatable views 17 years ago
Alvaro Herrera c0f92b57dc Allow extracting and parsing of reloptions from a bare pg_class tuple, and 17 years ago
Tom Lane 3cb5d6580a Support column-level privileges, as required by SQL standard. 17 years ago
Heikki Linnakangas c079090bbc Update comments to reflect that tgenabled is not a boolean anymore. 17 years ago
Peter Eisentraut dd7e54a17f Automatic view update rules 17 years ago
Heikki Linnakangas 94136d5a18 Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for the 17 years ago
Magnus Hagander 0154345078 Make win32 builds always do SetEnvironmentVariable() when doing putenv(). 17 years ago
Heikki Linnakangas b2a667b9ee Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should 17 years ago
Heikki Linnakangas 6587818542 Add vacuum_freeze_table_age GUC option, to control when VACUUM should 17 years ago
Teodor Sigaev 41d17e042b Fix URL generation in headline. Only tag lexeme will be replaced by space. 17 years ago
Alvaro Herrera 8ebe1e356c Simplify the writing of amoptions routines by introducing a convenience 17 years ago
Tom Lane b7b8f0b609 Implement prefetching via posix_fadvise() for bitmap index scans. A new 17 years ago
Tom Lane 1a37056a74 Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that 17 years ago
Tom Lane 43a57cf365 Revise the TIDBitmap API to support multiple concurrent iterations over a 17 years ago
Tom Lane d04db37072 Arrange for function default arguments to be processed properly in expressions 17 years ago
Alvaro Herrera b813c8daca A couple further reloptions improvements, per KaiGai Kohei: add a validation 17 years ago
Tom Lane 445ce15702 Create a third option named "partition" for constraint_exclusion, and make it 17 years ago
Tom Lane deac9488d3 Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, 17 years ago
Andrew Dunstan 678e597ee3 define HAVE_FSEEKO for MSVC 17 years ago
Tom Lane 1cfd9e8834 Fix executor/spi.h to follow our usual conventions for include files, ie, 17 years ago
Magnus Hagander b09f930d2e Add hba parameter include_realm to krb5, gss and sspi authentication, used 17 years ago
Magnus Hagander 32c469d7b1 Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only) 17 years ago
Bruce Momjian d00a3472cf Update MinGW so it handles fseeko() similar to Unix. 17 years ago
Tom Lane 7c63d0c72e Change a couple of ill-advised uses of INFO elog level to WARNINGs; in 17 years ago
Tom Lane 075ac80d72 Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so much 17 years ago
Alvaro Herrera b25433da5d Fix string reloption handling, per KaiGai Kohei. 17 years ago
Alvaro Herrera ba748f7a11 Change the reloptions machinery to use a table-based parser, and provide 17 years ago
Alvaro Herrera 901d419e31 Export IsUnderPostmaster on win32. 17 years ago
Tom Lane 7466eeac61 Add contrib/pg_stat_statements for server-wide tracking of statement execution 17 years ago
Tom Lane 1efd5ff89b Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen() 17 years ago
Tom Lane 4605d1c98b Allow loadable modules to create PGC_POSTMASTER GUC variables, but only 17 years ago
Tom Lane dad75a62bf Create a "shmem_startup_hook" to be called at the end of shared memory 17 years ago
Tom Lane bbeb0bbf6b Include a pointer to the query's source text in QueryDesc structs. This is 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane 26ce4e85a1 Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, 17 years ago
Tom Lane 8e8854daa2 Add some basic support for window frame clauses to the window-functions 17 years ago