Commit Graph

1714 Commits (cef30974dec2c052170b80eff1fe4b9bb285e903)

Author SHA1 Message Date
Heikki Linnakangas c619c2351f Move pg_crc.c to src/common, and remove pg_crc_tables.h 11 years ago
Fujii Masao 40bede5477 Move pg_lzcompress.c to src/common. 11 years ago
Tom Lane cec916f35b Remove unused "m" field in LSEG. 11 years ago
Robert Haas bd4e2fd97d Provide a way to supress the "out of memory" error when allocating. 11 years ago
Stephen Frost 804b6b6db4 Fix column-privilege leak in error-message paths 11 years ago
Tom Lane 4b2a254793 Add a note to PG_TRY's documentation about volatile safety. 11 years ago
Robert Haas d1747571b6 Fix typos, update README. 11 years ago
Robert Haas 4ea51cdfe8 Use abbreviated keys for faster sorting of text datums. 11 years ago
Heikki Linnakangas 9402869160 Advance backend's advertised xmin more aggressively. 11 years ago
Tom Lane a5cd70dcbc Improve performance of EXPLAIN with large range tables. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Alvaro Herrera a676201490 Add pg_identify_object_as_address 11 years ago
Tom Lane 966115c305 Temporarily revert "Move pg_lzcompress.c to src/common." 11 years ago
Andres Freund 570bd2b3fd Add capability to suppress CONTEXT: messages to elog machinery. 11 years ago
Fujii Masao 60838df922 Move pg_lzcompress.c to src/common. 11 years ago
Alvaro Herrera a609d96778 Revert "Use a bitmask to represent role attributes" 11 years ago
Alvaro Herrera d7ee82e50f Add SQL-callable pg_get_object_address 11 years ago
Alvaro Herrera 1826987a46 Use a bitmask to represent role attributes 11 years ago
Heikki Linnakangas 955557ddcc Move rbtree.c from src/backend/utils/misc to src/backend/lib. 11 years ago
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Heikki Linnakangas 4520ba6769 Add point <-> polygon distance operator. 11 years ago
Andrew Dunstan 7e354ab9fe Add several generator functions for jsonb that exist for json. 11 years ago
Andrew Dunstan 237a882443 Add json_strip_nulls and jsonb_strip_nulls functions. 11 years ago
Simon Riggs 618c9430a8 Event Trigger for table_rewrite 11 years ago
Peter Eisentraut e86507d770 Move PG_AUTOCONF_FILENAME definition 11 years ago
Alvaro Herrera 73c986adde Keep track of transaction commit timestamps 11 years ago
Andrew Dunstan e09996ff8d Fix hstore_to_json_loose's detection of valid JSON number values. 11 years ago
Stephen Frost 143b39c185 Rename pg_rowsecurity -> pg_policy and other fixes 11 years ago
Tom Lane bac27394a1 Support arrays as input to array_agg() and ARRAY(SELECT ...). 11 years ago
Robert Haas f5d9698a84 Add infrastructure to save and restore GUC values. 11 years ago
Heikki Linnakangas 2c03216d83 Revamp the WAL record format. 11 years ago
Alvaro Herrera 0f9692b40d Fix relpersistence setting in reindex_index 11 years ago
Stephen Frost 80eacaa3cd Clean up includes from RLS patch 11 years ago
Robert Haas c0828b78e9 Move the guts of our Levenshtein implementation into core. 11 years ago
Tom Lane 677708032c Explicitly support the case that a plancache's raw_parse_tree is NULL. 11 years ago
Fujii Masao 1871c89202 Add generate_series(numeric, numeric). 11 years ago
Fujii Masao a1b395b6a2 Add GUC and storage parameter to set the maximum size of GIN pending list. 11 years ago
Bruce Momjian 67067f9ae3 C comment: mention 1500-02-29 as an invalid date 11 years ago
Robert Haas 5ea86e6e65 Use the sortsupport infrastructure in more cases. 11 years ago
Alvaro Herrera 7516f52594 BRIN: Block Range Indexes 11 years ago
Heikki Linnakangas 2076db2aea Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 11 years ago
Bruce Momjian 171c377a0a C comment: mention why the Gregorian calendar is used pre-1582 11 years ago
Heikki Linnakangas 5028f22f6e Switch to CRC-32C in WAL and other places. 11 years ago
Heikki Linnakangas 404bc51cde Remove support for 64-bit CRC. 11 years ago
Robert Haas 2bd9e412f9 Support frontend-backend protocol communication using a shm_mq. 11 years ago
Robert Haas 6cb4afff33 Avoid setup work for invalidation messages at start-of-(sub)xact. 11 years ago
Tom Lane b2cbced9ee Support timezone abbreviations that sometimes change. 11 years ago
Alvaro Herrera 7b1c2a0f20 Split builtins.h to a new header ruleutils.h 11 years ago
Alvaro Herrera df630b0dd5 Implement SKIP LOCKED for row-level locks 11 years ago
Stephen Frost c8a026e4f1 Revert 95d737ff to add 'ignore_nulls' 11 years ago