Commit Graph

4814 Commits (fd416db406f9efdbbdbd7b63ea4f9ccf47eec8b3)

Author SHA1 Message Date
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
Heikki Linnakangas 4942ea2870 The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE. 17 years ago
Tom Lane 95b07bc7f5 Support window functions a la SQL:2008. 17 years ago
Tom Lane 38e9348282 Make a couple of small changes to the tuplestore API, for the benefit of the 17 years ago
Tom Lane c8b69ed6a8 Remove unused include file, per ITAGAKI Takahiro. AFAICT this has been 17 years ago
Tom Lane ea7d5199e5 Add a new column proiswindow to pg_proc. It doesn't actually do anything 17 years ago
Peter Eisentraut cae565e503 SQL/MED catalog manipulation facilities 17 years ago
Tom Lane 517ae4039e Code review for function default parameters patch. Fix numerous problems as 17 years ago
Heikki Linnakangas dcf8409985 Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were 17 years ago
Tom Lane b69bde7749 Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless 17 years ago
Tom Lane c98a923786 Fix failure to ensure that a snapshot is available to datatype input functions 17 years ago
Alvaro Herrera 0f864a63ea Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h. 17 years ago
Peter Eisentraut d9346f2186 The macros NULL_DEV and DEVNULL were both used to work around 17 years ago
Peter Eisentraut 21a743e886 Move carefully obscured SunOS 4 specific #include out of c.h into port 17 years ago
Peter Eisentraut 218b4e8dd8 Append major version number and for libraries soname major version number 17 years ago
Heikki Linnakangas dea81a6cf6 Revert SIGUSR1 multiplexing patch, per Tom's objection. 17 years ago
Heikki Linnakangas 7b05b3fa39 Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous 17 years ago
Bruce Momjian ff1ea2173a Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. 17 years ago
Peter Eisentraut 455dffbb73 Default values for function arguments 17 years ago
Alvaro Herrera 7b640b0345 Fix a couple of snapshot management bugs in the new ResourceOwner world: 17 years ago
Heikki Linnakangas 7537f52a00 Utilize the visibility map in autovacuum, too. There was an oversight in 17 years ago
Heikki Linnakangas c37951ebe9 Forgot to bump catalog version in the visibility map patch. 17 years ago
Heikki Linnakangas 608195a3a3 Introduce visibility map. The visibility map is a bitmap with one bit per 17 years ago
Magnus Hagander 2c69fa0c38 Change wildcard cerfificate mapping to be much simler - we now only match 17 years ago
Tom Lane a1feb90ef3 Fix an oversight in the code that makes transitive-equality deductions from 17 years ago
Tom Lane ec543db77b Ensure that the contents of a holdable cursor don't depend on out-of-line 17 years ago
Tom Lane c1f3073333 Clean up the API for DestReceiver objects by eliminating the assumption 17 years ago
Heikki Linnakangas 9858a8c81c Rely on relcache invalidation to update the cached size of the FSM. 17 years ago
Alvaro Herrera 6bbef4e538 Use ResourceOwners in the snapshot manager, instead of attempting to track them 17 years ago
Magnus Hagander cb10467d30 Add support for matching wildcard server certificates to the new SSL code. 17 years ago
Peter Eisentraut a378555501 CLUSTER VERBOSE and corresponding clusterdb --verbose option 17 years ago
Tom Lane 8309d006cb Switch the planner over to treating qualifications of a JOIN_SEMI join as 17 years ago
Magnus Hagander ab0a37fe07 Make the enumvals column of pg_settings be text[] instead of just 17 years ago
Magnus Hagander f179d5ea99 Add support for using SSL client certificates to authenticate to the 17 years ago
Magnus Hagander 3c486fbd1c Control client certificate requesting with the pg_hba option "clientcert" 17 years ago
Heikki Linnakangas 3396000684 Rethink the way FSM truncation works. Instead of WAL-logging FSM 17 years ago
Tom Lane cd35e9d746 Some infrastructure changes for the upcoming auto-explain contrib module: 17 years ago
Peter Eisentraut f426fbf746 Ident authentication over Unix-domain sockets on Solaris, using 17 years ago
Tom Lane 18004101ac Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to 17 years ago
Tom Lane 0656ed3daa Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan 17 years ago
Tom Lane 62533d34a5 Second try at fixing DLLIMPORT problem for pg_crc.h on Cygwin. 17 years ago
Tom Lane 81e11f2d05 Actually, instead of whining about how type internal might not safely store 17 years ago
Alvaro Herrera 03e5248d0f Replace the usage of heap_addheader to create pg_attribute tuples with regular 17 years ago
Tom Lane c889ebce0a Implement the basic form of UNNEST, ie unnest(anyarray) returns setof 17 years ago
Tom Lane 10e3acb8e7 Prevent synchronous scan during GIN index build, because GIN is optimized 17 years ago