Commit Graph

9486 Commits (ee7a6770f607e9e7f0e1b29dc25a7b7d63cb7940)

Author SHA1 Message Date
Tom Lane e67867b26c Allow AS to be omitted when specifying an output column name in SELECT 19 years ago
Tom Lane cc80f0a340 Remove ancient restriction that LIMIT/OFFSET can't contain a sub-select. 19 years ago
Tom Lane df1e965e12 Sync our regex code with upstream changes since last time we did this, which 19 years ago
Tom Lane 745e6edaae Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI stack before 19 years ago
Tom Lane c931c07124 Repair VACUUM FULL bug introduced by HOT patch: the original way of 19 years ago
Tom Lane 082aca9ec2 Fix PageGetExactFreeSpace() so that it actually behaves sensibly 19 years ago
Tom Lane 81e770857d Since GSSAPI and SSPI authentication don't work in protocol version 2, 19 years ago
Tom Lane 9b43c245e3 Avoid misbehavior in foreign key checks when casting to a datatype for which 19 years ago
Tom Lane 1ab19a36a5 Some variants of ALTER OWNER tried to make the "object" field of the 19 years ago
Tom Lane 49a730128c Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt and 19 years ago
Tom Lane 09bb6f6ed0 Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth() 19 years ago
Tom Lane b7fe5f70d3 Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted 19 years ago
Tom Lane 6f906905b1 Fix WaitOnLock() to ensure that the process's "waiting" flag is reset after 19 years ago
Peter Eisentraut 3c9ae7300d Translation updates 19 years ago
Magnus Hagander 0ace923ce8 Add pid to the pgident event name on win32. 19 years ago
Tom Lane 0688d84041 Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these 19 years ago
Tom Lane 47df4f6688 Add a GUC variable "synchronize_seqscans" to allow clients to disable the new 19 years ago
Peter Eisentraut 6dfa40d69f Translation updates 19 years ago
Tom Lane b58d8c9a53 Don't putenv() a string that is allocated in a context that will go away 19 years ago
Tom Lane b5518c8e88 Minor editorial improvements in documentation of session_replication_role; 19 years ago
Tom Lane 6322e84430 Change StatementCancelHandler() to check the DoingCommandRead flag to decide 19 years ago
Tom Lane ace1b29b04 Fix two different copy-and-paste-os in CSV log rotation logic; one that led to 19 years ago
Tom Lane 353a1cca9f Release any detoasted copies of arrays that are made temporarily in 19 years ago
Alvaro Herrera 8984c8bbe2 Improve lock level choices in pg_shdepend.c. Noticed by Tom Lane. 19 years ago
Peter Eisentraut 6f8f8d2daa Provide a clearer error message if the pg_control version number looks 19 years ago
Tom Lane 716e8b8374 Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a valid 19 years ago
Alvaro Herrera 000666bbfe Split error message. 19 years ago
Tom Lane a44174cf90 Fix subselect.c to avoid assuming that a SubLink's testexpr references each 19 years ago
Tom Lane 0df7717faa Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary key 19 years ago
Teodor Sigaev cd42dd5a17 Fix core dump with buffer-overrun by too long infinitive. Add checking of using 19 years ago
Tom Lane 14e2a260a5 Prevent CLUSTER from decreasing a relation's relfrozenxid. Bug 19 years ago
Tom Lane ac12412ede Revise memory management for libxml calls. Instead of keeping libxml's data 19 years ago
Tom Lane deb7deda26 Tweak new error message to conform to style guidelines. 19 years ago
Teodor Sigaev f7807f1de8 Add check of headline method presence. Per report by Yoshiyuki Asaba <y-asaba@sraoss.co.jp> 19 years ago
Tom Lane 98c0ebca80 Avoid cluttering the postmaster log with bogus complaints 19 years ago
Alvaro Herrera 7aa4164363 Mark autovacuum entries in pg_stat_activity so that they can be easily 19 years ago
Tom Lane d3b1b1f9d8 Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan for 19 years ago
Tom Lane 1bbf8706ae It turns out the LIBXML_TEST_VERSION macro calls xmlInitParser(). 19 years ago
Neil Conway 5217663372 Fix two places in xml.c that neglected to check the return values of 19 years ago
Neil Conway 25b7583f67 Minor perf tweak for _SPI_strdup(): if we're going to call strlen() 19 years ago
Tom Lane 208d0a2321 Fix logical errors in constraint exclusion: we cannot assume that a CHECK 19 years ago
Tom Lane 89c0a87fda The original implementation of polymorphic aggregates didn't really get the 19 years ago
Tom Lane df62977d00 Fix an old error in clause_selectivity: the default selectivity estimate 19 years ago
Tom Lane 59fc64acee Fix a conceptual error in my patch of 2007-10-26 that avoided considering 19 years ago
Tom Lane e6a442c71b Restructure the shutdown procedure for the archiver process to allow it to 19 years ago
Bruce Momjian 77015b59aa vacuum_cost_limit has a minimum value of 1, not zero; update 19 years ago
Tom Lane a9742f123c Remove incorrect (and ill-advised anyway) pfree's in pg_convert_from and 19 years ago
Tom Lane ceb9360067 Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual 19 years ago
Tom Lane 6a6522529f Fix some planner issues found while investigating Kevin Grittner's report 19 years ago
Neil Conway bbee1c5da8 Fix an omission in the outfuncs.c support for Agg nodes: the grpColIdx 19 years ago