Commit Graph

15043 Commits (663476919c9f14c07bc367e564c62fca1e1ef0fe)

Author SHA1 Message Date
Tom Lane 9ea14ef56a When a function not returning RECORD has a single OUT parameter, use 21 years ago
Tom Lane fa63749d21 Fix oversight in indexscan plan creation. I recently added code to use 21 years ago
Peter Eisentraut e9f11c6b64 pg_config should print an error message to stderr and exit if an 21 years ago
Tom Lane cb8b6618ce Revise pgstats stuff to fix the problems with not counting accesses 21 years ago
Neil Conway b5aad11a1b Code cleanup for log_disconnections(). Patch from Qingqing Zhou, 21 years ago
Tom Lane e011459029 Make set_function_size_estimates() marginally smarter: per original 21 years ago
Michael Meskes a5fecda550 Also synced the ecpg lexer with the backend lexer. 21 years ago
Bruce Momjian f39cfbe4be Fix pgxs for spaces in file names on Win32 21 years ago
Peter Eisentraut a8da71e0c4 Clean up some messages and fix missing translation support. Option --log 21 years ago
Michael Meskes ffa156bb5b Somehow I missed some parser changes, so this commit comes pretty late. I just synced the parser of ecpg against the backend version, but still have to sync the lexer. 21 years ago
Peter Eisentraut 9c76af4a5e Add _ to gettext triggers. Must have been forgotten here when it was introduced. 21 years ago
Tom Lane 1e6201a22c Add an expected case to cover error message as spelled by python 2.2.3. 21 years ago
Tom Lane 060d13f7c7 COPY's test for read-only transaction was backward; it prohibited COPY TO 21 years ago
Tom Lane 53e47cdd79 Add a trace_sort option to help with measuring resource usage of external 21 years ago
Tom Lane 12992ab37a Separate out the VacRUsage stuff as an independent module, in preparation 21 years ago
Tom Lane f20cad7870 Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie. 21 years ago
Tom Lane 64eea6c21d Expand pg_control information so that we can verify that the database 21 years ago
Tom Lane aa731ed843 Change nextval and other sequence functions to specify their sequence 21 years ago
Tom Lane 1b61ee3c69 _SPI_execute_plan failed to return result tuple table to caller in 21 years ago
Peter Eisentraut b4a7213b07 Equalize wordings to avoid redundant translation work. 21 years ago
Peter Eisentraut e5c453edce Clean up the help displays. 21 years ago
Peter Eisentraut 7df9f55f4b Change the option spelling to --connection-limit to be consistent with the 21 years ago
Alvaro Herrera a7084efd2d Fix confusion between relfilenode and Oid. 21 years ago
Peter Eisentraut 8928d4d69d Correct spelling 21 years ago
Tom Lane 2e1254e7fa Repair planning bug introduced in 7.4: outer-join ON clauses that referenced 21 years ago
Peter Eisentraut 1c25594549 Improve messages 21 years ago
Tom Lane 1610fcc351 Some marginal tweaks to make 'make installcheck' mostly work when 21 years ago
Tom Lane 4fc935a5d4 Fix problems with PGXS builds against an installation tree that was 21 years ago
Bruce Momjian e2d8b79f8b Suppress FAQ and TODO changes in pgcvslog output. 21 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 21 years ago
Bruce Momjian 8ddd22f245 Fix incorrect psql \x memory allocation for numericlocale. Redesign API 21 years ago
Tom Lane 3772975f30 Fix our version of strdup() to adhere to the standard semantics for 21 years ago
Bruce Momjian c23240ecbe Rename variable for clarity. 21 years ago
Peter Eisentraut 7fe1f9a2c2 Don't need gettext calls around debug messages. 21 years ago
Bruce Momjian 72739020c2 Log protocol-excute fetch operatation as fetch, rather than execute, 21 years ago
Tom Lane e990b9ce23 The original patch to avoid building a hash join's hashtable when the 21 years ago
Tom Lane 303e089df5 Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. 21 years ago
Tom Lane 8889685555 Suppress signed-vs-unsigned-char warnings. 21 years ago
Tom Lane 54a8af058e In a machine where INT64_IS_BUSTED, we can only support 32-bit values 21 years ago
Bruce Momjian 9f53cfd9db Add comments explaining clauses used by CREATE ROLE but not ALTER. 21 years ago
Tom Lane 06d70d78a4 Fix typo in comment. 21 years ago
Tom Lane d7e4fd99e5 Fix bug introduced into indexable_outerrelids() by an ill-considered 21 years ago
Bruce Momjian a5b9e18acc Add instructions. 21 years ago
Bruce Momjian 5d075bb4cc Add "codelines" script to compute number of lines in a releaes. 21 years ago
Bruce Momjian b3364fc81b pgindent new GIST index code, per request from Tom. 21 years ago
Tom Lane 08817bdb76 Adjust GiST error messages to conform to message style guidelines. 21 years ago
Tom Lane a453951dd9 Take exclusive buffer lock in scan_heap() to eliminate some corner cases 21 years ago
Bruce Momjian 4f915cd377 This patch cleans up the access to members of ItemIdData. 21 years ago
Bruce Momjian d7a06c2ac8 Fix psql \x by removing puts(). 21 years ago
Bruce Momjian a3b9c6988d Suppress port number for unix domain sockets in log connect/disconnect 21 years ago