2023-09-25 |
Tom Lane | Collect dependency information for parsed CallStmts.
|
commit | commitdiff | tree |
2023-09-25 |
Tom Lane | Limit to_tsvector_byid's initial array allocation to...
|
commit | commitdiff | tree |
2023-09-22 |
Tom Lane | Doc: copy-edit the introductory para for the pg_class...
|
commit | commitdiff | tree |
2023-09-22 |
Tom Lane | Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransact...
|
commit | commitdiff | tree |
2023-09-18 |
Tom Lane | Don't crash if cursor_to_xmlschema is used on a non...
|
commit | commitdiff | tree |
2023-09-15 |
Tom Lane | Track nesting depth correctly when drilling down into...
|
commit | commitdiff | tree |
2023-09-11 |
Tom Lane | Doc: fix release date in release-16.sgml.
|
commit | commitdiff | tree |
2023-09-11 |
Tom Lane | Stamp 16.0.
|
commit | commitdiff | tree |
2023-08-28 |
Tom Lane | Stamp 16rc1.
|
commit | commitdiff | tree |
2023-08-24 |
Tom Lane | Avoid unnecessary plancache revalidation of utility...
|
commit | commitdiff | tree |
2023-08-07 |
Tom Lane | Stamp 16beta3.
|
commit | commitdiff | tree |
2023-07-27 |
Tom Lane | Eliminate fixed token-length limit in hba.c.
|
commit | commitdiff | tree |
2023-07-22 |
Tom Lane | Avoid compiler warning in non-assert builds.
|
commit | commitdiff | tree |
2023-07-21 |
Tom Lane | Fix calculation of relid sets for partitionwise child...
|
commit | commitdiff | tree |
2023-07-20 |
Tom Lane | Guard against null plan pointer in CachedPlanIsSimplyValid().
|
commit | commitdiff | tree |
2023-07-19 |
Tom Lane | Add psql \drg command to display role grants.
|
commit | commitdiff | tree |
2023-07-19 |
Tom Lane | Doc: improve description of IN and row-constructor...
|
commit | commitdiff | tree |
2023-07-18 |
Tom Lane | Doc: fix out-of-date example of SPI usage. David G. Johnston and Tom Lane, per report from Curt Kolovson.
|
commit | commitdiff | tree |
2023-07-17 |
Tom Lane | Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably.
|
commit | commitdiff | tree |
2023-07-13 |
Tom Lane | Remove unnecessary pfree() in g_intbig_compress(). ...Knizhnik, Matthias van de Meent, Tom Lane
|
commit | commitdiff | tree |
2023-07-10 |
Tom Lane | Be more rigorous about local variables in PostgresMain(). Sergey Shinderuk and Tom Lane
|
commit | commitdiff | tree |
2023-06-29 |
Tom Lane | Arm gen_node_support.pl's nodetag ABI stability check...
|
commit | commitdiff | tree |
2023-06-29 |
Tom Lane | Defend against bogus parameterization of join input... Richard Guo and Tom Lane, per report from Jaime Casanova
|
commit | commitdiff | tree |
2023-06-29 |
Tom Lane | Fix order of operations in ExecEvalFieldStoreDeForm().
|
commit | commitdiff | tree |
2023-06-28 |
Tom Lane | Doc: minor wording adjustments in transaction isolation...
|
commit | commitdiff | tree |
2023-06-26 |
Tom Lane | Stamp 16beta2.
|
commit | commitdiff | tree |
2023-06-24 |
Tom Lane | Check for interrupts and stack overflow in TParserGet().
|
commit | commitdiff | tree |
2023-06-21 |
Tom Lane | Avoid Assert failure when processing empty statement...
|
commit | commitdiff | tree |
2023-06-20 |
Tom Lane | Fix hash join when inner hashkey expressions contain...
|
commit | commitdiff | tree |
2023-06-20 |
Tom Lane | Fix another cause of "wrong varnullingrels" planner...
|
commit | commitdiff | tree |
2023-06-20 |
Tom Lane | Don't include outer join relids in lateral_relids bitmapsets. Richard Guo and Tom Lane
|
commit | commitdiff | tree |
2023-06-20 |
Tom Lane | Centralize fixups for mismatched nullingrels in nestloop... Richard Guo and Tom Lane
|
commit | commitdiff | tree |
2023-06-20 |
Tom Lane | Add b334612b8 to .git-blame-ignore-revs.
|
commit | commitdiff | tree |
2023-06-20 |
Tom Lane | Pre-beta2 mechanical code beautification.
|
commit | commitdiff | tree |
2023-06-15 |
Tom Lane | When removing a left join, clean out references in... Richard Guo and Tom Lane, per bug #17976 from Zuming Jiang
|
commit | commitdiff | tree |
2023-06-13 |
Tom Lane | Fix "wrong varnullingrels" for Memoize's lateral references...
|
commit | commitdiff | tree |
2023-06-13 |
Tom Lane | Correctly update hasSubLinks while mutating a rule...
|
commit | commitdiff | tree |
2023-06-12 |
Tom Lane | Accept fractional seconds in jsonpath's datetime()...
|
commit | commitdiff | tree |
2023-06-12 |
Tom Lane | Fix "wrong varnullingrels" for subquery nestloop parameters. Richard Guo and Tom Lane, per report from Markus Winand
|
commit | commitdiff | tree |
2023-06-08 |
Tom Lane | Fix oversight in outer join removal.
|
commit | commitdiff | tree |
2023-06-08 |
Tom Lane | Re-allow INDEX_VAR as rt_index in ChangeVarNodes().
|
commit | commitdiff | tree |
2023-06-08 |
Tom Lane | Fix small overestimation of base64 encoding output...
|
commit | commitdiff | tree |
2023-06-04 |
Tom Lane | Doc: explain about dependency tracking for new-style...
|
commit | commitdiff | tree |
2023-06-04 |
Tom Lane | Fix pg_dump's failure to honor dependencies of SQL...
|
commit | commitdiff | tree |
2023-06-04 |
Tom Lane | Fix misuse of pg_log_info() for details/hints.
|
commit | commitdiff | tree |
2023-05-26 |
Tom Lane | Fix joinclause removal logic to cope with cloned clauses.
|
commit | commitdiff | tree |
2023-05-25 |
Tom Lane | Fix filtering of "cloned" outer-join quals some more.
|
commit | commitdiff | tree |
2023-05-23 |
Tom Lane | Doc: update src/tools/pginclude/README.
|
commit | commitdiff | tree |
2023-05-23 |
Tom Lane | Fix the install rule for snowball_create.sql.
|
commit | commitdiff | tree |
2023-05-22 |
Tom Lane | Stamp 16beta1.
|
commit | commitdiff | tree |
2023-05-22 |
Tom Lane | Spell the values of libpq's gssdelegation parameter...
|
commit | commitdiff | tree |
2023-05-21 |
Tom Lane | In clause_is_computable_at(), test required_relids...
|
commit | commitdiff | tree |
2023-05-21 |
Tom Lane | Doc: fix some rendering problems in the PDF docs build.
|
commit | commitdiff | tree |
2023-05-21 |
Tom Lane | Expand some more uses of "deleg" to "delegation" or... Abhijit Menon-Sen and Tom Lane
|
commit | commitdiff | tree |
2023-05-19 |
Tom Lane | Add 0245f8db3 to .git-blame-ignore-revs.
|
commit | commitdiff | tree |
2023-05-19 |
Tom Lane | Pre-beta mechanical code beautification.
|
commit | commitdiff | tree |
2023-05-19 |
Tom Lane | Make agreed-on updates in perltidy options.
|
commit | commitdiff | tree |
2023-05-19 |
Tom Lane | Do pre-release housekeeping on catalog data.
|
commit | commitdiff | tree |
2023-05-19 |
Tom Lane | Fix thinko in join removal.
|
commit | commitdiff | tree |
2023-05-19 |
Tom Lane | Fix misbehavior of EvalPlanQual checks with multiple...
|
commit | commitdiff | tree |
2023-05-19 |
Tom Lane | Avoid naming conflict between transactions.sql and...
|
commit | commitdiff | tree |
2023-05-18 |
Tom Lane | Tweak API of new function clause_is_computable_at().
|
commit | commitdiff | tree |
2023-05-17 |
Tom Lane | Track tlist_vinfo.varnullingrels even in non-Assert...
|
commit | commitdiff | tree |
2023-05-17 |
Tom Lane | Fix some issues with improper placement of outer join... Tom Lane and Richard Guo
|
commit | commitdiff | tree |
2023-05-17 |
Tom Lane | Convert nullingrels match checks from Asserts to test...
|
commit | commitdiff | tree |
2023-05-16 |
Tom Lane | Ensure Soundex difference() function handles empty...
|
commit | commitdiff | tree |
2023-05-12 |
Tom Lane | Tighten usage of PSQL_WATCH_PAGER.
|
commit | commitdiff | tree |
2023-05-11 |
Tom Lane | Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.
|
commit | commitdiff | tree |
2023-05-08 |
Tom Lane | Adjust sepgsql expected output for 681d9e462 et al.
|
commit | commitdiff | tree |
2023-05-08 |
Tom Lane | Handle RLS dependencies in inlined set-returning functions... Stephen Frost and Tom Lane
|
commit | commitdiff | tree |
2023-05-07 |
Tom Lane | Add ruleutils support for decompiling MERGE commands.
|
commit | commitdiff | tree |
2023-05-04 |
Tom Lane | In array_position()/array_positions(), beware of empty...
|
commit | commitdiff | tree |
2023-05-04 |
Tom Lane | Tighten array dimensionality checks in Python -> SQL...
|
commit | commitdiff | tree |
2023-05-02 |
Tom Lane | Doc: clarify behavior of row-limit arguments in the... Daniel Gustafsson and Tom Lane, per report from Kieran McCusker
|
commit | commitdiff | tree |
2023-04-29 |
Tom Lane | Tighten array dimensionality checks in Perl -> SQL...
|
commit | commitdiff | tree |
2023-04-28 |
Tom Lane | Handle zero-length sublist correctly in Python -> SQL...
|
commit | commitdiff | tree |
2023-04-27 |
Tom Lane | In hstore_plpython, avoid crashing when return value... Dmitry Dolgov and Tom Lane
|
commit | commitdiff | tree |
2023-04-24 |
Tom Lane | Fix memory leakage in plpgsql DO blocks that use cast... Ajit Awekar and Tom Lane
|
commit | commitdiff | tree |
2023-04-24 |
Tom Lane | Rename ExecAggTransReparent, and improve its documentation.
|
commit | commitdiff | tree |
2023-04-22 |
Tom Lane | Doc: update pgindent/README some more.
|
commit | commitdiff | tree |
2023-04-20 |
Tom Lane | Use --strip-unneeded when stripping static libraries...
|
commit | commitdiff | tree |
2023-04-19 |
Tom Lane | Add missed case for tab completion of GRANT/REVOKE...
|
commit | commitdiff | tree |
2023-04-18 |
Tom Lane | Update time zone data files to tzdata release 2023c.
|
commit | commitdiff | tree |
2023-04-18 |
Tom Lane | Fix Utils.pm's locale-munging so that Perl itself is...
|
commit | commitdiff | tree |
2023-04-17 |
Tom Lane | Update Solution.pm for HAVE_GSSAPI[_GSSAPI]_EXT_H,...
|
commit | commitdiff | tree |
2023-04-17 |
Tom Lane | Avoid trying to write an empty WAL record in log_newpage_ran...
|
commit | commitdiff | tree |
2023-04-17 |
Tom Lane | Further cleanup of autoconf output files for GSSAPI...
|
commit | commitdiff | tree |
2023-04-16 |
Tom Lane | Ensure result of an aggregate's finalfunc is made read...
|
commit | commitdiff | tree |
2023-04-16 |
Tom Lane | Avoid using non-ASCII commentary in daitch_mokotoff.c.
|
commit | commitdiff | tree |
2023-04-15 |
Tom Lane | Fix assignment to array of domain over composite, redux.
|
commit | commitdiff | tree |
2023-04-15 |
Tom Lane | Remove some non-ASCII symbols from a comment.
|
commit | commitdiff | tree |
2023-04-14 |
Tom Lane | NULL is not an ideal way to spell bool "false".
|
commit | commitdiff | tree |
2023-04-12 |
Tom Lane | Fix parallel-safety marking when moving initplans to...
|
commit | commitdiff | tree |
2023-04-10 |
Tom Lane | Doc: add missed entries in BRIN extensibility tables.
|
commit | commitdiff | tree |
2023-04-10 |
Tom Lane | Doc: adjust examples of EXTRACT() output to match current...
|
commit | commitdiff | tree |
2023-04-10 |
Tom Lane | Doc: avoid using pg_get_publication_tables() in an...
|
commit | commitdiff | tree |
2023-04-08 |
Tom Lane | Improve indentation of multiline initialization expressions. Thomas Munro and Tom Lane
|
commit | commitdiff | tree |
2023-04-08 |
Tom Lane | Suppress bogus printout during new 035_standby_logical_decod...
|
commit | commitdiff | tree |
2023-04-08 |
Tom Lane | Add missing .gitignore entry.
|
commit | commitdiff | tree |
2023-04-08 |
Tom Lane | Remove useless dependencies in daitch_mokotoff_header.pl.
|
commit | commitdiff | tree |