Commit Graph

7281 Commits (dd4cd55c15886c46378dc27f44f59a6de8c4d45b)

Author SHA1 Message Date
Peter Eisentraut dd4cd55c15 Python 3 support in PL/Python 16 years ago
Tom Lane a5495cd841 Add a hook to let loadable modules get control at ProcessUtility execution, 16 years ago
Tom Lane 34d26872ed Support ORDER BY within aggregate function calls, at long last providing a 16 years ago
Tom Lane 6a6efb9640 Fix broken markup. 16 years ago
Itagaki Takahiro 7d67e06297 Add \shell and \setshell meta commands to pgbench. 16 years ago
Robert Haas cddca5ec13 Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. 16 years ago
Magnus Hagander 0182d6f646 Allow LDAP authentication to operate in search+bind mode, meaning it 16 years ago
Itagaki Takahiro f1325ce213 Add large object access control. 16 years ago
Andrew Dunstan 324385d67f Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahiro Itagaki. 16 years ago
Peter Eisentraut db7386187f PL/Python array support 16 years ago
Peter Eisentraut a37b001b80 Add init[db] option to pg_ctl 16 years ago
Tom Lane 03d7b0647f Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23, 16 years ago
Magnus Hagander 2367d6893f Update size references in installation instructions to be a bit 16 years ago
Magnus Hagander 28519de02d Fix a couple of broken links to third-party sites. 16 years ago
Magnus Hagander ac1b614cc0 Replace broken link to custom local gettext package with one to the main 16 years ago
Magnus Hagander 8df283d25a Update CVS documentation to be more current and add documentation about 16 years ago
Tom Lane 0cb65564e5 Add exclusion constraints, which generalize the concept of uniqueness to 16 years ago
Peter Eisentraut 636bac6e46 Information schema documentation 16 years ago
Tom Lane dc588058a0 Clarify what's supposed to happen when a cursor FETCH is rolled back 16 years ago
Bruce Momjian 8c1c2e38f6 thread-safety 16 years ago
Tom Lane 59ed94ad0c Mark application_name as GUC_REPORT so that the value will be reported back 16 years ago
Bruce Momjian ef51395e24 Revert due to Tom's concerns: 16 years ago
Bruce Momjian d85cb27293 ProcessUtility_hook: 16 years ago
Bruce Momjian 29fd97d982 hstore docs 16 years ago
Peter Eisentraut bb1e8bea02 In SRF example, move oldcontext variable definition into the FIRSTCALL 16 years ago
Bruce Momjian be64b3edd1 Properly indent SGML. 16 years ago
Tom Lane 0c61cff57a Make pg_stat_activity.application_name visible to all users, rather than 16 years ago
Tom Lane 42b2907d12 Add support for anonymous code blocks (DO blocks) to PL/Perl. 16 years ago
Tom Lane 8217cfbd99 Add support for an application_name parameter, which is displayed in 16 years ago
Bruce Momjian cb98f61538 fsync test tools 16 years ago
Bruce Momjian fe83b975b2 Document ath vacuumdb --analyze does analyze _also_, not in place of 16 years ago
Tom Lane f0edaecd48 Fix missing end tag, per Jeff Davis. 16 years ago
Tom Lane da29cc8022 Simplify psql's new linestyle behavior to default to linestyle=ascii all 16 years ago
Peter Eisentraut f6a79c5901 Fix syntax in extract() examples 16 years ago
Peter Eisentraut 6e3117c3c9 Add PG_MODULE_MAGIC and some missing include files to examples 16 years ago
Tom Lane c194ff20d2 Assorted wordsmithing on the documentation of \pset --- try to make it 16 years ago
Tom Lane 1753337cf5 Improve psql's tabular display of wrapped-around data by inserting markers 16 years ago
Tom Lane 7fc0f06221 Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be 16 years ago
Tom Lane c742b795dd Add a hook to CREATE/ALTER ROLE to allow an external module to check the 16 years ago
Tom Lane 5e66a51c2e Provide a parenthesized-options syntax for VACUUM, analogous to that recently 16 years ago
Tom Lane 6317609986 Add control knobs for plpgsql's variable resolution behavior, and make the 16 years ago
Alvaro Herrera af054db6ef Document the previous FETCH and MOVE changes. 16 years ago
Bruce Momjian b538b72eeb DIAGNOSTICS/FOUND wording 16 years ago
Bruce Momjian 6ac697f180 PL/pgSQL FOUND 16 years ago
Tom Lane 593f4b854a Don't treat NEW and OLD as reserved words anymore. For the purposes of rules 16 years ago
Tom Lane c29ae527e9 Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctional 16 years ago
Tom Lane 9bedd128d6 Add support for invoking parser callback hooks via SPI and in cached plans. 16 years ago
Tom Lane 46e3a16b05 When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node 16 years ago
Tom Lane 61e5328208 Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; 16 years ago
Alvaro Herrera b091b9769a Fix documentation on the toast.fillfactor reloption: it doesn't exist. 16 years ago